mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
Add 'libs' to build workflow event paths (#2861)
This commit is contained in:
parent
7dc3094b1a
commit
ce017125e1
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: {}
|
||||
|
Loading…
Reference in New Issue
Block a user