From a4691c1f5a45409e6991134c5c89bf55b6133148 Mon Sep 17 00:00:00 2001 From: Hector Alfaro Date: Thu, 11 Jul 2024 13:40:24 -0400 Subject: [PATCH] add push trigger to step 0 (#89) --- .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 9f04a2c..906a974 100644 --- a/.github/workflows/0-welcome.yml +++ b/.github/workflows/0-welcome.yml @@ -9,7 +9,9 @@ name: Step 0, Welcome # The conditions within the on_start job are to ensure it is only fully executed once. # Reference: https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows on: - create: + push: + branches: + - main workflow_dispatch: permissions: