Skip to content

Commit

Permalink
Merge pull request #30 from zowe/fix-wf
Browse files Browse the repository at this point in the history
Fix wf
  • Loading branch information
zFernand0 authored Feb 5, 2024
2 parents 58139e8 + cdb084c commit 8bf3331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
# path: dist/*

release:
if: github.event_name == 'push' && github.ref_protected
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref_protected
# if: github.event_name == 'push' && github.ref_protected
needs: test
runs-on: ubuntu-latest

Expand Down

0 comments on commit 8bf3331

Please sign in to comment.