Skip to content

Commit

Permalink
fix docker deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo committed Aug 28, 2024
1 parent 0933039 commit 1700c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
deploy:
if: ${{github.ref == 'refs/heads/prod'}}
if: ${{github.ref == 'refs/heads/main'}}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 1700c5b

Please sign in to comment.