mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-27 14:54:14 +00:00
Merge d09a9667498ac6663d7239bccc204a203acabf9a into 40232de0d0c4059c7594b1ae7bb29481176502b1
This commit is contained in:
commit
e38e2322e5
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