From ce20a2b566b9dc6bd0e80d50037551ff08773d3c Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 26 Feb 2022 13:04:25 -0600 Subject: [PATCH] Github action to allow 1.2-legacy release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6412bcddf..09cd18fbe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,13 +1,13 @@ name: Make Release on: # Can optionally take parameters from the github UI, more info here https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/#:~:text=You%20can%20now%20create%20workflows,the%20workflow%20is%20run%20on. - workflow_dispatch: + #workflow_dispatch: # inputs: # Only want to run if version.properties is bumped in master push: branches: - - master + - 1.2-legacy paths: - 'version.properties'