mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-01 20:12:11 +00:00
docs(ci): Exclude docs/wiki/** from some actions
There is no reason to run certain checks on simple documentation updates. These Actions showed up during the initial v0.1 PR and added noise to the PR process.
This commit is contained in:
parent
14f4ed233e
commit
ababd99b57
5 changed files with 16 additions and 2 deletions
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -11,6 +11,9 @@ on:
|
|||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [master, release/*]
|
||||
paths-ignore:
|
||||
- 'docs/wiki/**'
|
||||
|
||||
schedule:
|
||||
- cron: '0 3 * * 6'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue