summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-09-07 10:26:20 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-09-07 10:26:20 +0200
commitb659a8d0bb9beaeb3d44dd0f4bde6f2d3f55ad24 (patch)
treee1aaf1009c6377df38f00c38a704672503be1420
parent16fdd52cf59cf10e2fa347f14103b647f08c62b1 (diff)
feat: `stable` now included in CI
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--.github/workflows/c-cpp.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 9e7f7a1..231f0e7 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -2,9 +2,9 @@ name: C/C++ CI (CompilerKit)
on:
push:
- branches: [ "master" ]
+ branches: [ "stable" ]
pull_request:
- branches: [ "master" ]
+ branches: [ "stable" ]
jobs:
build: