Skip to content

Commit 4f01a7b

Browse files
committed
added workflow dispatch
1 parent f1b3f60 commit 4f01a7b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/1-create-a-pr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Step 1
22

33
on:
4+
workflow_dispatch:
45
pull_request:
5-
types:
6-
- opened
7-
- reopened
6+
types: [opened]
87

98
permissions:
109
contents: write

0 commit comments

Comments
 (0)