]> nmode's Git Repositories - signal-cli/blobdiff - .github/workflows/ci.yml
Bump version to 0.11.9.1
[signal-cli] / .github / workflows / ci.yml
index 5a1fd42a5bbe486aa1077ff1c32b474c0bd55198..c02b0623ff2da874f8ac61dcc84bceba84bc929d 100644 (file)
@@ -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: