summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kernel-ahci-dev.yml4
-rw-r--r--.github/workflows/kernel-pio-dev.yml4
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: