We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
workflow_dispatch
1 parent 36e4804 commit 2a473f0Copy full SHA for 2a473f0
.github/workflows/release.yml
@@ -13,7 +13,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
13
jobs:
14
release:
15
# only run when pr merged & prevents from running on forks
16
- if: (github.event.pull_request.merged == true || github.event.name == 'workflow_dispatch') && github.repository == 'ssecd/ihs'
+ if: (github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch') && github.repository == 'ssecd/ihs'
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout repo
0 commit comments