Skip to content

Commit

Permalink
Fixed CD branchname in conditional check
Browse files Browse the repository at this point in the history
  • Loading branch information
onecrayon committed Jan 21, 2024
1 parent c7279a6 commit a60723e
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 @@ -62,7 +62,7 @@ jobs:
cd:
name: Deploy
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: ci
env:
SCRIPT_PATH: ${{ secrets.SCRIPT_PATH }}
Expand Down

0 comments on commit a60723e

Please sign in to comment.