Skip to content

Commit e5ac98c

Browse files
authored
Update manual.yml
1 parent da880bc commit e5ac98c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: Manual Workflow
55
# Controls when the action will run.
66
on:
77
# Triggers the workflow on pull request events but only for the master branch
8-
pull_request:
9-
branches: [ master ]
8+
pull_request_target:
9+
types: [assigned, opened, reopened]
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:

0 commit comments

Comments
 (0)