Skip to content

Commit effec06

Browse files
committed
Enable push trigger for main branch in start exercise workflow
1 parent f101e53 commit effec06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/0-start-exercise.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Step 0 # Start Exercise
22

33
on:
44
workflow_dispatch:
5-
# NOTE: Enable this if your repo is a template and you want auto-start on first push to main
6-
# push:
7-
# branches: [ main ]
5+
push:
6+
branches: [ main ]
7+
88

99
permissions:
1010
contents: write

0 commit comments

Comments
 (0)