mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
ci: add paths command to skip unnecessary GitHub actions
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
c4e06cfe28
commit
9b2cc5ceba
1 changed files with 6 additions and 0 deletions
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
|
@ -18,9 +18,15 @@ name: "CodeQL"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ develop ]
|
branches: [ develop ]
|
||||||
|
paths:
|
||||||
|
- 'src/'
|
||||||
|
- 'test/'
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ develop ]
|
branches: [ develop ]
|
||||||
|
paths:
|
||||||
|
- 'src/'
|
||||||
|
- 'test/'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 4 * * 3'
|
- cron: '15 4 * * 3'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue