Skip to content

Commit a3a83ba

Browse files
authored
chore: build the branch 6.x.x (#523)
1 parent 1531ebb commit a3a83ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build, Test and Deploy
33
on:
44
push:
55
branches:
6-
- master
6+
- 6.x.x
77
- beta
88
pull_request:
99

@@ -68,7 +68,7 @@ jobs:
6868
name: Release
6969
runs-on: ubuntu-latest
7070
needs: [lint, test]
71-
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta')
71+
if: github.event_name == 'push' && (github.ref == 'refs/heads/6.x.x' || github.ref == 'refs/heads/beta')
7272
steps:
7373
- uses: actions/checkout@v2
7474
with:

0 commit comments

Comments
 (0)