Skip to content

Commit 061736c

Browse files
authored
[BRE-1533] Update trigger for Bitwarden lite builds (#7479)
1 parent ec01e81 commit 061736c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -480,9 +480,7 @@ jobs:
480480

481481
bitwarden-lite-build:
482482
name: Trigger Bitwarden lite build
483-
if: |
484-
github.event_name != 'pull_request'
485-
&& (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc')
483+
if: github.event_name != 'pull_request'
486484
runs-on: ubuntu-22.04
487485
needs: build-artifacts
488486
permissions:

0 commit comments

Comments
 (0)