summaryrefslogtreecommitdiffhomepage
path: root/.github
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 08:49:35 +0100
commitb4e3be77f7a900a0c0ec0585237c5e63dfe92b17 (patch)
treeb5a3de41789bf61feb306d087e85d92f387ded8b /.github
parent5ef5be2830e4cdf9b8d141f65c777fb680abafb9 (diff)
fix: CI: target branch fix.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github')
-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: