git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commit65444516a839c242244db2608b61b185929f233a
parente13634da77
authorIsaac Freund <[email protected]>
date2020-08-11 22:35
ci: run only on master branch

 .github/workflows/ci_build.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index db5cfb8..beec6a3 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -1,7 +1,13 @@
 # Build river and run the test suite every time a commit is pushed to master or
 # a pull request is opened against master.
 
-on: [push, pull_request]
+on:
+  push:
+    branches:
+      - master
+  pull_request:
+    branches:
+      - master
 
 name: voidlinux