Skip to content

Commit

Permalink
fix GitHub action step 0's trigger (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustedredswitch authored Aug 8, 2024
1 parent 84df1bc commit 37f6a7f
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 @@ -6,8 +6,10 @@ 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:
workflow_dispatch:

This comment has been minimized.

Copy link
@GustavoCamargoD

GustavoCamargoD Nov 22, 2024

push: # Trigger when a commit is pushed to main
branches:
- main

push:
branches:
- main

# Reference: https://docs.github.com/en/actions/security-guides/automatic-token-authentication
permissions:
Expand Down

0 comments on commit 37f6a7f

Please sign in to comment.