From 0cdea6c2f5629a9c608db05772924cfea1cea1dc Mon Sep 17 00:00:00 2001 From: Hector Alfaro Date: Tue, 2 Jul 2024 11:34:01 -0400 Subject: [PATCH] change trigger for step 0 to push (#46) --- .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 8f91e6e..81d1011 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: