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 1531ebb commit a3a83baCopy full SHA for a3a83ba
.github/workflows/build.yml
@@ -3,7 +3,7 @@ name: Build, Test and Deploy
3
on:
4
push:
5
branches:
6
- - master
+ - 6.x.x
7
- beta
8
pull_request:
9
@@ -68,7 +68,7 @@ jobs:
68
name: Release
69
runs-on: ubuntu-latest
70
needs: [lint, test]
71
- if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta')
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/6.x.x' || github.ref == 'refs/heads/beta')
72
steps:
73
- uses: actions/checkout@v2
74
with:
0 commit comments