X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/eec3d782d3b1b4f3eecd5b741fcfc4570caf126c..bdd7ba5e6099fb667560b0a67545fd8c449ee51f:/.github/workflows/ci.yml?ds=sidebyside 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: