Ignore workflow runs on master branch
[rust-lightning] / .github / workflows / build.yml
index a08549c0c5c73357a3c9ec07fa10dcf9eab1d100..b00bf47fe66100fa8ad9ffbd2a981ff419528eb7 100644 (file)
@@ -1,6 +1,12 @@
 name: Continuous Integration Checks
 
-on: [push, pull_request]
+on:
+  push:
+    branches-ignore:
+      - master
+  pull_request:
+    branches-ignore:
+      - master
 
 jobs:
   build: