summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 11:59:45 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 11:59:45 -0500
commit3652a5d4631071fac1725326065858f220a169fc (patch)
tree8c38966b1ea4e30d85574f5d20e718f7fc071eda /.github/workflows
parent51d3d641755f6a6275636ef8499f99715c679fb7 (diff)
chore: fixed CI.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows')
-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 f9b8e2a..5bd4c24 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -2,9 +2,9 @@ name: C/C++ CI
on:
push:
- branches: [ "master" ]
+ branches: [ "stable" ]
pull_request:
- branches: [ "master" ]
+ branches: [ "stable" ]
jobs:
build: