mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Add 'libs' to build workflow event paths (#2861)
This commit is contained in:
2
.github/workflows/build-browser.yml
vendored
2
.github/workflows/build-browser.yml
vendored
@@ -8,6 +8,7 @@ on:
|
||||
- 'gh-pages'
|
||||
paths:
|
||||
- 'apps/browser/**'
|
||||
- 'libs/**'
|
||||
- '.github/workflows/build-browser.yml'
|
||||
push:
|
||||
branches:
|
||||
@@ -16,6 +17,7 @@ on:
|
||||
- 'hotfix-rc/**'
|
||||
paths:
|
||||
- 'apps/browser/**'
|
||||
- 'libs/**'
|
||||
- '.github/workflows/build-browser.yml'
|
||||
workflow_dispatch:
|
||||
inputs: {}
|
||||
|
||||
2
.github/workflows/build-cli.yml
vendored
2
.github/workflows/build-cli.yml
vendored
@@ -8,6 +8,7 @@ on:
|
||||
- 'gh-pages'
|
||||
paths:
|
||||
- 'apps/cli/**'
|
||||
- 'libs/**'
|
||||
- '.github/workflows/build-cli.yml'
|
||||
push:
|
||||
branches:
|
||||
@@ -16,6 +17,7 @@ on:
|
||||
- 'hotfix-rc/**'
|
||||
paths:
|
||||
- 'apps/cli/**'
|
||||
- 'libs/**'
|
||||
- '.github/workflows/build-cli.yml'
|
||||
workflow_dispatch:
|
||||
inputs: {}
|
||||
|
||||
2
.github/workflows/build-desktop.yml
vendored
2
.github/workflows/build-desktop.yml
vendored
@@ -8,6 +8,7 @@ on:
|
||||
- 'gh-pages'
|
||||
paths:
|
||||
- 'apps/desktop/**'
|
||||
- 'libs/**'
|
||||
- '.github/workflows/build-desktop.yml'
|
||||
push:
|
||||
branches:
|
||||
@@ -16,6 +17,7 @@ on:
|
||||
- 'hotfix-rc/**'
|
||||
paths:
|
||||
- 'apps/desktop/**'
|
||||
- 'libs/**'
|
||||
- '.github/workflows/build-desktop.yml'
|
||||
workflow_dispatch:
|
||||
inputs: {}
|
||||
|
||||
2
.github/workflows/build-web.yml
vendored
2
.github/workflows/build-web.yml
vendored
@@ -8,6 +8,7 @@ on:
|
||||
- 'gh-pages'
|
||||
paths:
|
||||
- 'apps/web/**'
|
||||
- 'libs/**'
|
||||
- '.github/workflows/build-web.yml'
|
||||
push:
|
||||
branches:
|
||||
@@ -16,6 +17,7 @@ on:
|
||||
- 'hotfix-rc/**'
|
||||
paths:
|
||||
- 'apps/web/**'
|
||||
- 'libs/**'
|
||||
- '.github/workflows/build-web.yml'
|
||||
workflow_dispatch:
|
||||
inputs: {}
|
||||
|
||||
Reference in New Issue
Block a user