Skip to content

Commit d4baa8d

Browse files
committed
Branch and repo checks to ensure correct builds
1 parent 146410d commit d4baa8d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
- name: Checkout Repository
1111
uses: actions/checkout@v2
1212
with:
13+
repository: Project-Plus-Development-Team/Project-Plus-Dolphin
14+
ref: dolphin-emu-release-prep-2509
1315
fetch-depth: 0
1416
- name: Setup Submodules
1517
run: git config --global --add safe.directory . && git submodule update --init --recursive
@@ -39,6 +41,8 @@ jobs:
3941
- name: Checkout Repository
4042
uses: actions/checkout@v4
4143
with:
44+
repository: Project-Plus-Development-Team/Project-Plus-Dolphin
45+
ref: dolphin-emu-release-prep-2509
4246
submodules: recursive
4347
fetch-depth: 0
4448

Distribution/flatpak/flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
app-id: org.projectplusgame.project-plus-dolphin
2-
branch: master
2+
branch: dolphin-emu-release-prep-2509
33
runtime: org.kde.Platform
44
runtime-version: 6.6
55
sdk: org.kde.Sdk

0 commit comments

Comments
 (0)