Add 'libs' to build workflow event paths (#2861)

This commit is contained in:
Vince Grassia 2022-06-08 13:53:35 -04:00 committed by GitHub
parent 7dc3094b1a
commit ce017125e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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