diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e38b8971e6..bd7400592e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,10 +3,10 @@ name: Doxygen # Controls when the action will run. on: push: - branches: 'master' + branches: 'v3-0' env: - OGRE_VERSION: "latest" + OGRE_VERSION: "3.0" # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: