Skip to content

Commit d153b65

Browse files
committed
chore(workflow::tests): enable "publish" to be triggered on "old/" branches
1 parent b655ecc commit d153b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: codecov/codecov-action@v2
4949

5050
publish:
51-
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta'
51+
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta' || startsWith(github.ref, 'refs/heads/old')
5252
needs: [tests]
5353
runs-on: ubuntu-latest
5454
steps:

0 commit comments

Comments
 (0)