mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
BRE-609/update-workflows (#14666)
* update workflow branches * additional workflow changes * update scan file
This commit is contained in:
7
.github/workflows/build-browser-target.yml
vendored
7
.github/workflows/build-browser-target.yml
vendored
@@ -8,10 +8,9 @@ name: Build Browser on PR Target
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize, reopened]
|
||||||
branches-ignore:
|
branches:
|
||||||
- 'l10n_master'
|
- main
|
||||||
- 'cf-pages'
|
|
||||||
paths:
|
paths:
|
||||||
- 'apps/browser/**'
|
- 'apps/browser/**'
|
||||||
- 'libs/**'
|
- 'libs/**'
|
||||||
|
|||||||
7
.github/workflows/build-cli-target.yml
vendored
7
.github/workflows/build-cli-target.yml
vendored
@@ -8,10 +8,9 @@ name: Build CLI on PR Target
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize, reopened]
|
||||||
branches-ignore:
|
branches:
|
||||||
- 'l10n_master'
|
- main
|
||||||
- 'cf-pages'
|
|
||||||
paths:
|
paths:
|
||||||
- 'apps/cli/**'
|
- 'apps/cli/**'
|
||||||
- 'libs/**'
|
- 'libs/**'
|
||||||
|
|||||||
7
.github/workflows/build-desktop-target.yml
vendored
7
.github/workflows/build-desktop-target.yml
vendored
@@ -9,10 +9,9 @@ name: Build Desktop on PR Target
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize, reopened]
|
||||||
branches-ignore:
|
branches:
|
||||||
- 'l10n_master'
|
- main
|
||||||
- 'cf-pages'
|
|
||||||
paths:
|
paths:
|
||||||
- 'apps/desktop/**'
|
- 'apps/desktop/**'
|
||||||
- 'libs/**'
|
- 'libs/**'
|
||||||
|
|||||||
7
.github/workflows/build-web-target.yml
vendored
7
.github/workflows/build-web-target.yml
vendored
@@ -8,10 +8,9 @@ name: Build Web on PR Target
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize, reopened]
|
||||||
branches-ignore:
|
branches:
|
||||||
- 'l10n_master'
|
- main
|
||||||
- 'cf-pages'
|
|
||||||
paths:
|
paths:
|
||||||
- 'apps/web/**'
|
- 'apps/web/**'
|
||||||
- 'libs/**'
|
- 'libs/**'
|
||||||
|
|||||||
8
.github/workflows/scan.yml
vendored
8
.github/workflows/scan.yml
vendored
@@ -7,8 +7,14 @@ on:
|
|||||||
- "main"
|
- "main"
|
||||||
- "rc"
|
- "rc"
|
||||||
- "hotfix-rc"
|
- "hotfix-rc"
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize, reopened]
|
||||||
|
branches-ignore:
|
||||||
|
- main
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize, reopened]
|
||||||
|
branches:
|
||||||
|
- "main"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-run:
|
check-run:
|
||||||
|
|||||||
Reference in New Issue
Block a user