Skip to content

Commit

Permalink
git: Rename master->main to match other IATI repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Oct 25, 2024
1 parent 5a47c2d commit dfdc3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
deploy_prod:
needs: [build]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
env:
DOCKER_BUILDKIT: '1'
TAG: ${{ github.sha }}
Expand Down

0 comments on commit dfdc3ed

Please sign in to comment.