Merge pull request #1644 from YunoHost/codeql

Do not run CodeQL for tests
This commit is contained in:
Alexandre Aubin 2023-04-12 16:10:55 +02:00 committed by GitHub
commit 749f0c5b1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,8 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ "dev" ]
paths-ignore:
- 'src/tests/**'
schedule:
- cron: '43 12 * * 3'