diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-18 08:50:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-18 08:50:01 +0100 |
| commit | a82711a8346d8f9f976e1d9b810c06186fe364b8 (patch) | |
| tree | b5a3de41789bf61feb306d087e85d92f387ded8b /.github/workflows | |
| parent | 31a2d2897b213eb37fe5b1d94fd096deaae7b2c2 (diff) | |
| parent | b4e3be77f7a900a0c0ec0585237c5e63dfe92b17 (diff) | |
Merge pull request #71 from nekernel-org/dev
fix: kernel: codebase improvements.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/boot-pio.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/kernel-ahci.yml | 4 | ||||
| -rw-r--r-- | .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: |
