Skip to content

Commit

Permalink
Update release-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron authored Sep 29, 2021
1 parent 41bf258 commit 0ad20f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Release Branch CI

on:
pull_request:
branches: [ 'release-*' ]
branches: [ 'release-*', 'branch-prerelease' ]

jobs:
build:
Expand All @@ -27,4 +27,4 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm run unit-tests
- run: npm run lint
- run: npm run lint

0 comments on commit 0ad20f2

Please sign in to comment.