Skip to content

Commit a81c50b

Browse files
committed
on source opened
1 parent 5480bb5 commit a81c50b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/first-workflow.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
name: First Workflow
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
8-
branches:
9-
- main
10-
workflow_dispatch: # Add this line to enable manual triggering
4+
workflow_dispatch:
5+
issues:
6+
types: [opened]
117

128
jobs:
139
build:

0 commit comments

Comments
 (0)