Compare commits

...

3 Commits

Author SHA1 Message Date
CodeShell
de2d6209fd
Merge d09a9667498ac6663d7239bccc204a203acabf9a into 8b8614bb18b766540030989ce62f6f19fce20beb 2026-04-17 07:06:49 +02:00
Bernhard B
8b8614bb18 updated signal-cli-native to latest version 2026-04-16 22:00:50 +02:00
CodeShell
d09a966749
ignore docs / non-source files for ci triggers
This commit adds ignores for
- markdown files
- yml files
- doc/ and subfolders
- plugins/ and subfolders
- .github/ and subfolders

For both PR and pushes
2026-03-27 22:04:41 +01:00
2 changed files with 14 additions and 1 deletions

View File

@ -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:

View File

@ -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