X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/eec3d782d3b1b4f3eecd5b741fcfc4570caf126c..d63405d1709571b609883e61b9148f5354e74800:/.github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a1fd42a..c02b0623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,14 @@ name: signal-cli CI -on: [ push, pull_request, workflow_call ] +on: + push: + branches: + - '**' + pull_request: + workflow_call: + +permissions: + contents: read # to fetch code (actions/checkout) jobs: build: