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

commit78130df88e5bf01d1d78e25905362b4d2953e423
parent91af48ddd3
authorIsaac Freund <[email protected]>
date2022-01-29 13:48
ci: run on 0.1.x branch

 .github/workflows/ci_build.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index efa0e3d..94fe86e 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -2,9 +2,11 @@ on:
   push:
     branches:
       - master
+      - '[0-9]+.[0-9]+.x'
   pull_request:
     branches:
       - master
+      - '[0-9]+.[0-9]+.x'
 
 name: voidlinux glibc