We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b877002 commit 0cdea6cCopy full SHA for 0cdea6c
.github/workflows/0-welcome.yml
@@ -9,7 +9,9 @@ name: Step 0, Welcome
9
# The conditions within the on_start job are to ensure it is only fully executed once.
10
# Reference: https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
11
on:
12
- create:
+ push:
13
+ branches:
14
+ - main
15
workflow_dispatch:
16
17
permissions:
0 commit comments