Skip to content

Commit

Permalink
Update quickpick-dispatcher.yml to trigger on workflow_dispatch event
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Sep 15, 2024
1 parent ae31040 commit f2830fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dispatcher/quickpick-dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
if_merged:
if: github.event.pull_request.merged == true
if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit f2830fb

Please sign in to comment.