Skip to content

Commit 5987a31

Browse files
authored
Merge pull request #68 from arceuss/patch-1
change exe build workflow to the right branch
2 parents 456ab92 + c160938 commit 5987a31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: MSBuild
77

88
on:
99
push:
10-
branches: [ "main" ]
10+
branches: [ "ExplorerEx-2k" ]
1111
pull_request:
12-
branches: [ "main" ]
12+
branches: [ "ExplorerEx-2k" ]
1313

1414
env:
1515
# Path to the solution file relative to the root of the project.

0 commit comments

Comments
 (0)