Skip to content

Commit

Permalink
Only run slash-command-dispatch workflow on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Mar 12, 2024
1 parent 5e20b29 commit 96e4d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/slash-command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
types: [created]
jobs:
slashCommandDispatch:
if: ${{ github.event.issue.pull_request }}
runs-on: ubuntu-latest
permissions:
actions: write
Expand Down

0 comments on commit 96e4d46

Please sign in to comment.