diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-06 07:32:24 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-06 07:32:24 -0500 |
| commit | 5050fd586685297e2d0bdd1ab5441279158b6bf7 (patch) | |
| tree | 77c1143a9e7595ba095528ef6e720d6e8c8221e6 /.github/workflows | |
| parent | 8708bacfc2a0c8993eef129ebe701e9bb9ef60cc (diff) | |
fix: target correct branch in CI.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/kernel-ahci-dev.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/kernel-pio-dev.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/kernel-ahci-dev.yml b/.github/workflows/kernel-ahci-dev.yml index 4b91edf6..69263228 100644 --- a/.github/workflows/kernel-ahci-dev.yml +++ b/.github/workflows/kernel-ahci-dev.yml @@ -2,9 +2,9 @@ name: NeKernel CI (AHCI) on: push: - branches: [ "dev" ] + branches: [ "develop" ] pull_request: - branches: [ "dev" ] + branches: [ "develop" ] jobs: build: diff --git a/.github/workflows/kernel-pio-dev.yml b/.github/workflows/kernel-pio-dev.yml index 50babd11..614f0c9b 100644 --- a/.github/workflows/kernel-pio-dev.yml +++ b/.github/workflows/kernel-pio-dev.yml @@ -2,9 +2,9 @@ name: NeKernel CI (ATA PIO) on: push: - branches: [ "dev" ] + branches: [ "develop" ] pull_request: - branches: [ "dev" ] + branches: [ "develop" ] jobs: build: |
