From f96b0e1fe1153a2c9965c9e4d7e89e71010980ec Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 18 Nov 2025 08:49:35 +0100 Subject: feat: Fix New.h Signed-off-by: Amlal El Mahrouss --- .github/workflows/boot-pio.yml | 4 ++-- .github/workflows/kernel-ahci.yml | 4 ++-- .github/workflows/kernel-pio.yml | 4 ++-- 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: -- cgit v1.2.3