Skip to content

Commit 0cdea6c

Browse files
authored
change trigger for step 0 to push (#46)
1 parent b877002 commit 0cdea6c

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)