Skip to content

Commit

Permalink
add push trigger to step 0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorsector committed Jul 11, 2024
1 parent bc19256 commit a4691c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/0-welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ name: Step 0, Welcome
# The conditions within the on_start job are to ensure it is only fully executed once.
# Reference: https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
on:
create:
push:
branches:
- main
workflow_dispatch:

permissions:
Expand Down

0 comments on commit a4691c1

Please sign in to comment.