Skip to content

Commit

Permalink
change main to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Tang committed Feb 20, 2024
1 parent 83aa69c commit 0059aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
path: /tmp/image.tar

docker-push:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
needs: docker-build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0059aa3

Please sign in to comment.