Skip to content

Commit 0ad20f2

Browse files
authored
Update release-branch.yml
1 parent 41bf258 commit 0ad20f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Release Branch CI
55

66
on:
77
pull_request:
8-
branches: [ 'release-*' ]
8+
branches: [ 'release-*', 'branch-prerelease' ]
99

1010
jobs:
1111
build:
@@ -27,4 +27,4 @@ jobs:
2727
- run: npm ci
2828
- run: npm run build --if-present
2929
- run: npm run unit-tests
30-
- run: npm run lint
30+
- run: npm run lint

0 commit comments

Comments
 (0)