diff --git a/.github/workflows/0-welcome.yml b/.github/workflows/0-welcome.yml index 3c78f41..513691e 100644 --- a/.github/workflows/0-welcome.yml +++ b/.github/workflows/0-welcome.yml @@ -6,7 +6,9 @@ name: Step 0, Welcome # This will run every time we create push a commit to `main`. # Reference: https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows on: - create: + push: + branches: + - main workflow_dispatch: # Reference: https://docs.github.com/en/actions/security-guides/automatic-token-authentication