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 d64b390 commit 55108c1Copy full SHA for 55108c1
.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
73
name: Release
74
runs-on: ubuntu-latest
75
needs: [lint, test]
76
- if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/7.x.x')
77
steps:
78
- uses: actions/checkout@v2
79
with:
0 commit comments