Skip to content

Commit

Permalink
Merge pull request #11511 from camptocamp/publish-2-9
Browse files Browse the repository at this point in the history
Set the correct main branch
  • Loading branch information
sbrunner authored Nov 8, 2024
2 parents d502d45 + 4035609 commit a82c812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: "!startsWith(github.event.head_commit.message, '[skip ci] ')"

env:
MAIN_BRANCH: master
MAIN_BRANCH: '2.9'
MAJOR_VERSION: '2.9'

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qgis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
env:
HAS_SECRETS: ${{ secrets.HAS_SECRETS }}
DOCKER_BUILDKIT: 1
MAIN_BRANCH: master
MAIN_BRANCH: '2.9'
MAJOR_VERSION: '2.9'

jobs:
Expand Down

0 comments on commit a82c812

Please sign in to comment.