Skip to content

Commit

Permalink
Merge pull request #37165 from elpaso/try-mxe-again
Browse files Browse the repository at this point in the history
Try to re-enable MXE
  • Loading branch information
elpaso committed Jun 12, 2020
2 parents cda2839 + dad6483 commit af4ca5d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/mxe.yml
@@ -1,12 +1,14 @@
name: Windows cross build with MXE

on:
push:
branches-ignore:
- '**'
pull_request:
branches-ignore:
- '**'
on: [push, pull_request]

#on:
# push:
# branches-ignore:
# - '**'
# pull_request:
# branches-ignore:
# - '**'

jobs:
build:
Expand Down

0 comments on commit af4ca5d

Please sign in to comment.