mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-09-23 06:39:14 +00:00
Merge d09a9667498ac6663d7239bccc204a203acabf9a into d4e86642739f4b253afb10df5b61ab8969a7c1f4
This commit is contained in:
commit
75e4b08470
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/**"
|
||||||
|
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user