From 655dd5e04afb0ca78bf6c9aa72bb52b931f3787f Mon Sep 17 00:00:00 2001 From: Joseph R Miles Date: Tue, 13 Jul 2021 11:02:13 -0700 Subject: [PATCH] :green_heart: ci: It's push>branches instead of push --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8535f16..b52bad9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,8 @@ name: Release on: - push: [ master, staging, ci/release ] + push: + branches: [ master, staging, ci/release ] jobs: release: