Browse Source

Fixed indentation in build.yml

pull/53/head
Anairkoen Schno 3 years ago
parent
commit
c53430c923
Signed by: DaNike GPG Key ID: BEFB74D5F3FC4387
1 changed files with 2 additions and 2 deletions
  1. +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"]


Loading…
Cancel
Save