From f1f41ca641ba322a05cba4af8fac5133d540c507 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 28 Jul 2024 01:48:37 -0400 Subject: [PATCH] Try triggering release action on publish, instead of create --- .github/workflows/build-mod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-mod.yml b/.github/workflows/build-mod.yml index a5809ccf..3b991069 100644 --- a/.github/workflows/build-mod.yml +++ b/.github/workflows/build-mod.yml @@ -2,7 +2,7 @@ name: build-mod on: workflow_dispatch: release: - types: [created] + types: [published] pull_request: permissions: read-all