From 0ad20f2c5fd05b82848d0ddb2aeec3c007b480fa Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Wed, 29 Sep 2021 11:49:37 +0800 Subject: [PATCH] Update release-branch.yml --- .github/workflows/release-branch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index a0baecd3..cf9cbd8b 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -5,7 +5,7 @@ name: Release Branch CI on: pull_request: - branches: [ 'release-*' ] + branches: [ 'release-*', 'branch-prerelease' ] jobs: build: @@ -27,4 +27,4 @@ jobs: - run: npm ci - run: npm run build --if-present - run: npm run unit-tests - - run: npm run lint \ No newline at end of file + - run: npm run lint