1
0
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:
Todd Martin
2025-04-18 17:35:42 -04:00
committed by GitHub
parent c798e1f10d
commit d4dd8d096b
2 changed files with 8 additions and 2 deletions

View File

@@ -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:

View File

@@ -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'