mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Rework release workflow
This commit is contained in:
parent
a780be70dd
commit
c5eb0fd351
2 changed files with 38 additions and 31 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -1,6 +1,11 @@
|
|||
name: signal-cli CI
|
||||
|
||||
on: [ push, pull_request, workflow_call ]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
pull_request:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue