diff options
| -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: |
