Adding in another path to trigger the client build workflows (#2707)

This commit is contained in:
Joseph Flinn 2022-05-20 09:39:38 -07:00 committed by GitHub
parent b19fa11591
commit 6e5cf10a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ on:
- 'gh-pages'
paths:
- 'apps/browser/**'
- '.github/workflows/build-browser.yml'
workflow_dispatch:
inputs: {}

View File

@ -8,6 +8,7 @@ on:
- 'gh-pages'
paths:
- 'apps/desktop/**'
- '.github/workflows/build-desktop.yml'
workflow_dispatch:
inputs: {}