Skip to content

Commit 2a473f0

Browse files
committed
fix: action workflow_dispatch event name
1 parent 36e4804 commit 2a473f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1313
jobs:
1414
release:
1515
# 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'
16+
if: (github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch') && github.repository == 'ssecd/ihs'
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repo

0 commit comments

Comments
 (0)