1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-02 16:43:19 +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,6 +12,8 @@ on:
- 'cf-pages'
paths:
- 'apps/web/**'
- 'bitwarden_license/bit-common/**'
- 'bitwarden_license/bit-web/**'
- 'libs/**'
- '*'
- '!*.md'
@@ -24,6 +26,8 @@ on:
- 'hotfix-rc-web'
paths:
- 'apps/web/**'
- 'bitwarden_license/bit-common/**'
- 'bitwarden_license/bit-web/**'
- 'libs/**'
- '*'
- '!*.md'