Skip to content

Commit

Permalink
only publish when pushed to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Sep 2, 2024
1 parent 0610ba8 commit 5bbcf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
publish:
runs-on: ubuntu-22.04
# if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/master' }}
needs: [build-wasix, test-wasix]
name: "Publish"
steps:
Expand Down

0 comments on commit 5bbcf21

Please sign in to comment.