mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -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:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
paths:
|
||||
- 'src/'
|
||||
- 'test/'
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ develop ]
|
||||
paths:
|
||||
- 'src/'
|
||||
- 'test/'
|
||||
schedule:
|
||||
- cron: '15 4 * * 3'
|
||||
|
||||
|
|
Loading…
Reference in a new issue