Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit b4773f8

Browse files
authored
Change trigger of Step 0 workflow (#137)
`create` -> `push` to `main`
1 parent eb258a9 commit b4773f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/0-welcome.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ name: Step 0, Welcome
66
# This will run every time we create push a commit to `main`.
77
# Reference: https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
88
on:
9-
create:
109
workflow_dispatch:
10+
push:
11+
branches:
12+
- main
1113

1214
# Reference: https://docs.github.com/en/actions/security-guides/automatic-token-authentication
1315
permissions:

0 commit comments

Comments
 (0)