Skip to content

Commit c8ecf2f

Browse files
authored
Enable workflow on pull request closed event
1 parent 1c0fb47 commit c8ecf2f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/3-last-step.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Step 3 # Last step of the exercise
22

33
on:
4-
workflow_dispatch:
5-
# pull_request:
6-
# branches:
7-
# - main
8-
# types:
9-
# - closed
4+
pull_request:
5+
branches:
6+
- main
7+
types:
8+
- closed
109

1110
permissions:
1211
contents: write

0 commit comments

Comments
 (0)