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 b655ecc commit d153b65Copy full SHA for d153b65
.github/workflows/tests.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: codecov/codecov-action@v2
49
50
publish:
51
- 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')
52
needs: [tests]
53
runs-on: ubuntu-latest
54
steps:
0 commit comments