mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
chore(builds): [PM-20431] Add bit-web to build-web workflow paths
* Add bit-web to build-web workflow paths. * Updated to also include bit-common
This commit is contained in:
6
.github/workflows/build-cli.yml
vendored
6
.github/workflows/build-cli.yml
vendored
@@ -12,12 +12,13 @@ on:
|
|||||||
- 'cf-pages'
|
- 'cf-pages'
|
||||||
paths:
|
paths:
|
||||||
- 'apps/cli/**'
|
- 'apps/cli/**'
|
||||||
|
- 'bitwarden_license/bit-cli/**'
|
||||||
|
- 'bitwarden_license/bit-common/**'
|
||||||
- 'libs/**'
|
- 'libs/**'
|
||||||
- '*'
|
- '*'
|
||||||
- '!*.md'
|
- '!*.md'
|
||||||
- '!*.txt'
|
- '!*.txt'
|
||||||
- '.github/workflows/build-cli.yml'
|
- '.github/workflows/build-cli.yml'
|
||||||
- 'bitwarden_license/bit-cli/**'
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
@@ -25,12 +26,13 @@ on:
|
|||||||
- 'hotfix-rc-cli'
|
- 'hotfix-rc-cli'
|
||||||
paths:
|
paths:
|
||||||
- 'apps/cli/**'
|
- 'apps/cli/**'
|
||||||
|
- 'bitwarden_license/bit-cli/**'
|
||||||
|
- 'bitwarden_license/bit-common/**'
|
||||||
- 'libs/**'
|
- 'libs/**'
|
||||||
- '*'
|
- '*'
|
||||||
- '!*.md'
|
- '!*.md'
|
||||||
- '!*.txt'
|
- '!*.txt'
|
||||||
- '.github/workflows/build-cli.yml'
|
- '.github/workflows/build-cli.yml'
|
||||||
- 'bitwarden_license/bit-cli/**'
|
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs: {}
|
inputs: {}
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
4
.github/workflows/build-web.yml
vendored
4
.github/workflows/build-web.yml
vendored
@@ -12,6 +12,8 @@ on:
|
|||||||
- 'cf-pages'
|
- 'cf-pages'
|
||||||
paths:
|
paths:
|
||||||
- 'apps/web/**'
|
- 'apps/web/**'
|
||||||
|
- 'bitwarden_license/bit-common/**'
|
||||||
|
- 'bitwarden_license/bit-web/**'
|
||||||
- 'libs/**'
|
- 'libs/**'
|
||||||
- '*'
|
- '*'
|
||||||
- '!*.md'
|
- '!*.md'
|
||||||
@@ -24,6 +26,8 @@ on:
|
|||||||
- 'hotfix-rc-web'
|
- 'hotfix-rc-web'
|
||||||
paths:
|
paths:
|
||||||
- 'apps/web/**'
|
- 'apps/web/**'
|
||||||
|
- 'bitwarden_license/bit-common/**'
|
||||||
|
- 'bitwarden_license/bit-web/**'
|
||||||
- 'libs/**'
|
- 'libs/**'
|
||||||
- '*'
|
- '*'
|
||||||
- '!*.md'
|
- '!*.md'
|
||||||
|
|||||||
Reference in New Issue
Block a user