From 37f6a7f1a8638fb39a03331de38b76dd36445633 Mon Sep 17 00:00:00 2001 From: Alessandro Rosa <108585317+rustedredswitch@users.noreply.github.com> Date: Thu, 8 Aug 2024 18:31:05 +0200 Subject: [PATCH] fix GitHub action step 0's trigger (#26) --- .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 7c6c394..b8408b8 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: