Skip to content

Commit

Permalink
Change trigger of Step 0 workflow (#137)
Browse files Browse the repository at this point in the history
`create` -> `push` to `main`
  • Loading branch information
sinsukehlab authored Apr 30, 2024
1 parent eb258a9 commit b4773f8
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:
push:
branches:
- main

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

1 comment on commit b4773f8

@ahmedmankola
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Please sign in to comment.