Skip to content

Commit 55108c1

Browse files
chore: update CI configuration [force release] (#639)
1 parent d64b390 commit 55108c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
name: Release
7474
runs-on: ubuntu-latest
7575
needs: [lint, test]
76-
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
76+
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/7.x.x')
7777
steps:
7878
- uses: actions/checkout@v2
7979
with:

0 commit comments

Comments
 (0)