mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-25 14:34:22 +00:00
Compare commits
3 Commits
de2d6209fd
...
ed223e7183
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed223e7183 | ||
|
|
1b1873ce17 | ||
|
|
d09a966749 |
1
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -44,6 +44,7 @@ body:
|
||||
- Normal Mode
|
||||
- Native Mode
|
||||
- JSON-RPC Mode
|
||||
- JSON-RPC-Native Mode
|
||||
- type: dropdown
|
||||
validations:
|
||||
required: true
|
||||
|
||||
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