Skip to content

Commit

Permalink
ci: Only deploy on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Apr 30, 2024
1 parent 21c3d7e commit ee79922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: zig build test
deploy:
runs-on: ubuntu-latest
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
permissions:
contents: write
needs:
Expand Down

0 comments on commit ee79922

Please sign in to comment.