mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-19 13:34:19 +00:00
ignore docs / non-source files for ci triggers
This commit adds ignores for - markdown files - yml files - doc/ and subfolders - plugins/ and subfolders - .github/ and subfolders For both PR and pushes
This commit is contained in:
parent
ef16efca12
commit
d09a966749
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -4,9 +4,22 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**' #every branch
|
- '**' #every branch
|
||||||
|
paths-ignore:
|
||||||
|
- "*/*.md"
|
||||||
|
- "*/*.yml"
|
||||||
|
- "doc/**"
|
||||||
|
- "plugins/**"
|
||||||
|
- ".github/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '**' #every branch
|
- '**' #every branch
|
||||||
|
paths-ignore:
|
||||||
|
- "*/*.md"
|
||||||
|
- "*/*.yml"
|
||||||
|
- "doc/**"
|
||||||
|
- "plugins/**"
|
||||||
|
- ".github/**"
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user