Skip to content

Commit 6f3d649

Browse files
committed
fixed with problem with issue.
1 parent e2be815 commit 6f3d649

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/first-workflow.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: First Workflow
22

33
on:
44
workflow_dispatch:
5-
issues:
6-
types: [opened]
7-
5+
issues:
6+
types: [opened]
87
jobs:
98
job1:
109
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)