From b4773f88168f7169d3a31ce008d587c59c12cf9e Mon Sep 17 00:00:00 2001 From: Shinsuke Higashiyama aka Cinzeng Zia <94058150+sinsukehlab@users.noreply.github.com> Date: Wed, 1 May 2024 05:29:51 +0900 Subject: [PATCH] Change trigger of Step 0 workflow (#137) `create` -> `push` to `main` --- .github/workflows/0-welcome.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/0-welcome.yml b/.github/workflows/0-welcome.yml index 6448a68..0802c3c 100644 --- a/.github/workflows/0-welcome.yml +++ b/.github/workflows/0-welcome.yml @@ -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: