Rework release workflow

This commit is contained in:
AsamK 2022-11-03 11:40:19 +01:00
parent a780be70dd
commit c5eb0fd351
2 changed files with 38 additions and 31 deletions

View file

@ -1,6 +1,11 @@
name: signal-cli CI
on: [ push, pull_request, workflow_call ]
on:
push:
branches:
- '**'
pull_request:
workflow_call:
jobs:
build: