Skip to content

Commit e2eb4f4

Browse files
committed
fix builds building wrong branch
1 parent 3e2ba5e commit e2eb4f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: Project-Plus-Development-Team/Project-Plus-Dolphin
14-
ref: dolphin-emu-release-prep-2509
14+
ref: master
1515
fetch-depth: 0
1616
- name: Setup Submodules
1717
run: git config --global --add safe.directory . && git submodule update --init --recursive
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v4
4343
with:
4444
repository: Project-Plus-Development-Team/Project-Plus-Dolphin
45-
ref: dolphin-emu-release-prep-2509
45+
ref: master
4646
submodules: recursive
4747
fetch-depth: 0
4848

@@ -222,7 +222,7 @@ jobs:
222222
uses: actions/checkout@v4
223223
with:
224224
repository: Project-Plus-Development-Team/Project-Plus-Dolphin
225-
ref: dolphin-emu-release-prep-2509
225+
ref: master
226226
fetch-depth: 0
227227

228228
- name: Checkout Submodules

0 commit comments

Comments
 (0)