Skip to content

Commit

Permalink
Merge pull request #73 from centrifuge/ci-fix-branch-constraint
Browse files Browse the repository at this point in the history
ci: Use correct branch in docker build constraint
  • Loading branch information
cdamian authored Jun 28, 2022
2 parents 021e353 + e9cef7b commit 0aafa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build-and-deploy:
name: Docker Deployment
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || contains(github.ref, '/tags/v')
if: github.ref == 'refs/heads/master' || contains(github.ref, '/tags/v')
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 0aafa75

Please sign in to comment.