From a4f90b5309c9fc840b9a0daa4b8f44eac82e736e Mon Sep 17 00:00:00 2001 From: Christopher Lowenthal Date: Mon, 31 Oct 2022 12:35:41 -0400 Subject: [PATCH] wip: makes action run automatically on push to this branch --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34610a5a6..badac5963 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,10 @@ name: Release -on: workflow_dispatch +on: + push: + branches: + - 'chore/gh2181/release-builds' + workflow_dispatch: jobs: version: