Skip to content

Commit

Permalink
change trigger for step 0 to push (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorsector committed Jul 2, 2024
1 parent b877002 commit 0cdea6c
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 0cdea6c

Please sign in to comment.