Skip to content

Commit c45f990

Browse files
author
Raffaele Marcello
committed
Add issue trigger to first workflow
1 parent 2820e75 commit c45f990

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/first-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: First Workflow
2-
32
on:
43
workflow_dispatch:
4+
issues:
5+
types: [opened]
56

67
jobs:
78
job1:

0 commit comments

Comments
 (0)