From 3ff8a6291f4d5bab742ad8717c26b222a4aef312 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 2 Sep 2020 11:41:17 -0700 Subject: [PATCH] ;ci: release: see if making branches explicit enables this --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6ee3836d..7194dca6c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ name: release on: push: tags: [ '[0-9]*', 'r[0-9]*' ] - # branches: [ 'master', '[0-9]*-branch' ] + branches: [ 'master', '[0-9]*-branch' ] jobs: release: