From 06e5fe64dc4b8ad84b9a1d1d3a490669422ba0e0 Mon Sep 17 00:00:00 2001 From: Arr00 <13561405+arr00@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:34:28 -0400 Subject: [PATCH] Run create workflow on `push` --- .github/workflows/create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml index e0e9369..23aec17 100644 --- a/.github/workflows/create.yml +++ b/.github/workflows/create.yml @@ -2,7 +2,7 @@ name: "Create" # The workflow will run only when the "Use this template" button is used on: - create: + push: jobs: create: