summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-08 03:04:23 -0500
committerGitHub <noreply@github.com>2025-12-08 03:04:23 -0500
commit176cf8f237745d658185a2fba8fff1401c1c2b5f (patch)
tree5bf2871c94724c507e2ed4acd7b1d0bfb856f6f4 /.github/workflows
parent04262d4fa5ee1eb9a02590291e34d94325e16318 (diff)
parente6ff3efb7e2f44f5fb2463435e3f45300d7223a6 (diff)
Merge pull request #15 from nekernel-org/new-features-c23
chore: new `nullptr_t` (for pre-C23 targets), auto_type, and asm macro definition.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/arm64.yml6
-rw-r--r--.github/workflows/rv64.yml6
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml
index 80c4d8b..493efa2 100644
--- a/.github/workflows/arm64.yml
+++ b/.github/workflows/arm64.yml
@@ -1,10 +1,10 @@
-name: FW CI (ARM64)
+name: FW CI (ARM64, develop)
on:
push:
- branches: [ "stable" ]
+ branches: [ "develop" ]
pull_request:
- branches: [ "stable" ]
+ branches: [ "develop" ]
jobs:
build:
diff --git a/.github/workflows/rv64.yml b/.github/workflows/rv64.yml
index 23fef58..d9aaffb 100644
--- a/.github/workflows/rv64.yml
+++ b/.github/workflows/rv64.yml
@@ -1,10 +1,10 @@
-name: FW CI (RV64)
+name: FW CI (RV64, develop)
on:
push:
- branches: [ "stable" ]
+ branches: [ "develop" ]
pull_request:
- branches: [ "stable" ]
+ branches: [ "develop" ]
jobs:
build: