We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec01e81 commit 061736cCopy full SHA for 061736c
1 file changed
.github/workflows/build.yml
@@ -480,9 +480,7 @@ jobs:
480
481
bitwarden-lite-build:
482
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')
+ if: github.event_name != 'pull_request'
486
runs-on: ubuntu-22.04
487
needs: build-artifacts
488
permissions:
0 commit comments