Skip to content

Commit a4691c1

Browse files
authored
add push trigger to step 0 (#89)
1 parent bc19256 commit a4691c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/0-welcome.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ name: Step 0, Welcome
99
# The conditions within the on_start job are to ensure it is only fully executed once.
1010
# Reference: https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
1111
on:
12-
create:
12+
push:
13+
branches:
14+
- main
1315
workflow_dispatch:
1416

1517
permissions:

0 commit comments

Comments
 (0)