mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-24 14:24:15 +00:00
Compare commits
3 Commits
989fbc3e3a
...
de2d6209fd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de2d6209fd | ||
|
|
8b8614bb18 | ||
|
|
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:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
ARG SIGNAL_CLI_VERSION=0.14.2
|
||||
ARG LIBSIGNAL_CLIENT_VERSION=0.90.0
|
||||
ARG SIGNAL_CLI_NATIVE_PACKAGE_VERSION=0.14.1+morph027+2
|
||||
ARG SIGNAL_CLI_NATIVE_PACKAGE_VERSION=0.14.2+morph027+2
|
||||
|
||||
ARG SWAG_VERSION=1.16.4
|
||||
ARG GRAALVM_VERSION=25.0.2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user