Browse Source

Adding the 'libs/**' directory back to the Desktop build pipeline PR trigger list (#3938)

pull/3938/merge
Joseph Flinn 3 years ago committed by GitHub
parent
commit
bc3879e194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build-desktop.yml

1
.github/workflows/build-desktop.yml

@ -8,6 +8,7 @@ on: @@ -8,6 +8,7 @@ on:
- 'cf-pages'
paths:
- 'apps/desktop/**'
- 'libs/**'
- '*'
- '!*.md'
- '!*.txt'

Loading…
Cancel
Save