Browse Source

Fixed indentation in build.yml

pull/53/head
Anairkoen Schno 4 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: on:
push: push:
branches-ignore: branches-ignore:
- gh-pages
- gh-pages
pull_request: pull_request:
branches: branches:
- master - master
@ -17,7 +17,7 @@ defaults:
jobs: jobs:
build: build:
runs-on: windows-latest
runs-on: windows-latest
strategy: strategy:
matrix: matrix:
platform: ["x86", "x64"] platform: ["x86", "x64"]


Loading…
Cancel
Save