Skip to content

Commit

Permalink
Merge pull request #73 from ingwarsw/ingwarsw-patch-1
Browse files Browse the repository at this point in the history
Disable windows build
  • Loading branch information
ingwarsw authored Aug 7, 2023
2 parents 7954bc9 + 7d6782e commit 12d855f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ '**' ]
branches: [ 'main' ]
pull_request:
branches: [ '**' ]
#schedule:
Expand Down Expand Up @@ -46,6 +46,8 @@ jobs:
run: make install

build_windows:
# disable for now
if: false
runs-on: windows-latest
steps:
- name: Set git to use LF
Expand Down

0 comments on commit 12d855f

Please sign in to comment.