Skip to content

Commit

Permalink
Merge pull request #3 from MangoIV/mangoiv/only-release-nightly-when-…
Browse files Browse the repository at this point in the history
…main

[chore] only run workflow on pushing to main
  • Loading branch information
MangoIV authored May 6, 2024
2 parents 2fdb36a + 8bb4d2a commit ee56955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cabal-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
path: artifacts/cabal-audit-docker.tar

- name: Release nightly cabal-audit exe
if: github.ref == 'refs/heads/main'
uses: softprops/action-gh-release@v2
with:
prerelease: true
Expand Down

0 comments on commit ee56955

Please sign in to comment.