Skip to content

Commit

Permalink
cleanup: Allow workflow dispatch
Browse files Browse the repository at this point in the history
Comment doesn't work
  • Loading branch information
GabsEdits committed May 4, 2024
1 parent 6cf8e53 commit e371306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:

jobs:
build:
if: contains(github.event.comment.body, 'Publish this Release') || startsWith(github.event.head_commit.message, 'release:')
if: contains(github.event.comment.body, 'Publish this Release') || startsWith(github.event.head_commit.message, 'release:') || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit e371306

Please sign in to comment.