Skip to content

Commit 8cc934e

Browse files
committed
chore(workflow::tests): enable "publish" to be triggered on "old/" branches
1 parent 7d1e80f commit 8cc934e

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
@@ -47,7 +47,7 @@ jobs:
4747
uses: codecov/codecov-action@v2
4848

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

0 commit comments

Comments
 (0)