summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/c-cpp.yml
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-09-07 10:28:11 +0200
committerGitHub <noreply@github.com>2025-09-07 10:28:11 +0200
commit8ec263be610df84a542e41d951758596793b3af8 (patch)
treee1aaf1009c6377df38f00c38a704672503be1420 /.github/workflows/c-cpp.yml
parent5ceadb853677c432e6161ea3f5ed83103d14a439 (diff)
parentb659a8d0bb9beaeb3d44dd0f4bde6f2d3f55ad24 (diff)
Merge pull request #13 from nekernel-org/devv0.0.5e1-release
v0.0.5e1: Code Generation improvements.
Diffstat (limited to '.github/workflows/c-cpp.yml')
-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: