We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1e80f commit 8cc934eCopy full SHA for 8cc934e
.github/workflows/tests.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: codecov/codecov-action@v2
48
49
publish:
50
- if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta'
+ if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta' || startsWith(github.ref, 'refs/heads/old')
51
needs: [tests]
52
runs-on: ubuntu-latest
53
steps:
0 commit comments