Skip to content

Commit

Permalink
[llvm] release from workflow_dispatch (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Feb 1, 2025
1 parent 8a879b1 commit 4a40435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
if-no-files-found: warn

- name: Release current commit
if: ${{ !cancelled() && github.event_name == 'push' && github.ref_name == 'main' }}
if: ${{ !cancelled() && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref_name == 'main' }}
uses: ncipollo/[email protected]
with:
artifacts: "*.tar.gz"
Expand Down

0 comments on commit 4a40435

Please sign in to comment.