This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Fixed indentation in build.yml
pull/53/head
Anairkoen Schno
4 years ago
parent
178a3d870f
commit
c53430c923
Signed by:
DaNike
GPG Key ID:
BEFB74D5F3FC4387
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.github/workflows/build.yml
+ 2
- 2
.github/workflows/build.yml
View File
@ -3,7 +3,7 @@ name: Build
on
:
push:
branches-ignore:
-
gh-pages
-
gh-pages
pull_request:
branches:
-
master
@ -17,7 +17,7 @@ defaults:
jobs:
build:
runs-on
:
windows-latest
runs-on
:
windows-latest
strategy:
matrix:
platform
:
[
"x86"
,
"x64"
]
Write
Preview
Loading…
Cancel
Save