summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-18 08:49:35 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-18 17:33:08 +0100
commitf96b0e1fe1153a2c9965c9e4d7e89e71010980ec (patch)
treeb5a3de41789bf61feb306d087e85d92f387ded8b
parent5ef5be2830e4cdf9b8d141f65c777fb680abafb9 (diff)
feat: Fix New.h
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--.github/workflows/boot-pio.yml4
-rw-r--r--.github/workflows/kernel-ahci.yml4
-rw-r--r--.github/workflows/kernel-pio.yml4
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/boot-pio.yml b/.github/workflows/boot-pio.yml
index 3a8c087b..4f1512bb 100644
--- a/.github/workflows/boot-pio.yml
+++ b/.github/workflows/boot-pio.yml
@@ -2,9 +2,9 @@ name: BootZ CI (ATA PIO)
on:
push:
- branches: [ "master" ]
+ branches: [ "stable" ]
pull_request:
- branches: [ "master" ]
+ branches: [ "stable" ]
jobs:
build:
diff --git a/.github/workflows/kernel-ahci.yml b/.github/workflows/kernel-ahci.yml
index 17870517..883cda2c 100644
--- a/.github/workflows/kernel-ahci.yml
+++ b/.github/workflows/kernel-ahci.yml
@@ -2,9 +2,9 @@ name: NeKernel CI (AHCI)
on:
push:
- branches: [ "master" ]
+ branches: [ "stable" ]
pull_request:
- branches: [ "master" ]
+ branches: [ "stable" ]
jobs:
build:
diff --git a/.github/workflows/kernel-pio.yml b/.github/workflows/kernel-pio.yml
index 6c4fbb6a..1d924e8a 100644
--- a/.github/workflows/kernel-pio.yml
+++ b/.github/workflows/kernel-pio.yml
@@ -2,9 +2,9 @@ name: NeKernel CI (ATA PIO)
on:
push:
- branches: [ "master" ]
+ branches: [ "stable" ]
pull_request:
- branches: [ "master" ]
+ branches: [ "stable" ]
jobs:
build: