From 961f98cb14104a421ab3494abb96a51288db3033 Mon Sep 17 00:00:00 2001 From: bmacnaughton Date: Fri, 24 Nov 2023 06:35:48 -0800 Subject: [PATCH] reset-and-fix --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 45559e7..7b77e83 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,7 @@ on: branches: # run scripts/make-release to create a release. it handles the versioning, # creating the branch, and pushing it to github to trigger this workflow. - - main + - main, master types: - closed