We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da880bc commit e5ac98cCopy full SHA for e5ac98c
.github/workflows/manual.yml
@@ -5,8 +5,8 @@ name: Manual Workflow
5
# Controls when the action will run.
6
on:
7
# Triggers the workflow on pull request events but only for the master branch
8
- pull_request:
9
- branches: [ master ]
+ pull_request_target:
+ types: [assigned, opened, reopened]
10
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
0 commit comments