mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-28 15:04:22 +00:00
Compare commits
2 Commits
de2d6209fd
...
989fbc3e3a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
989fbc3e3a | ||
|
|
d09a966749 |
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -4,9 +4,22 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- '**' #every branch
|
||||
paths-ignore:
|
||||
- "*/*.md"
|
||||
- "*/*.yml"
|
||||
- "doc/**"
|
||||
- "plugins/**"
|
||||
- ".github/**"
|
||||
pull_request:
|
||||
branches:
|
||||
- '**' #every branch
|
||||
paths-ignore:
|
||||
- "*/*.md"
|
||||
- "*/*.yml"
|
||||
- "doc/**"
|
||||
- "plugins/**"
|
||||
- ".github/**"
|
||||
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user