Browse Source

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

pull/2714/head
Joseph Flinn 4 years ago committed by GitHub
parent
commit
6e5cf10a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build-browser.yml
  2. 1
      .github/workflows/build-desktop.yml

1
.github/workflows/build-browser.yml

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

1
.github/workflows/build-desktop.yml

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

Loading…
Cancel
Save