Skip to content

Commit d20fd25

Browse files
author
Frederic Wickert
committed
Change trigger from issues to workflow_dispatch in firstWF.yml
1 parent 23d4a57 commit d20fd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/firstWF.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: First Workflow
22

33
on:
4-
issues:
4+
workflow_dispatch:
55

66
jobs:
77
job1:

0 commit comments

Comments
 (0)