Skip to content

Commit

Permalink
Disable MXE workflow
Browse files Browse the repository at this point in the history
Tried hard with github support and giving up
  • Loading branch information
elpaso committed Apr 27, 2020
1 parent d62c982 commit b03f444
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/mxe.yml
@@ -1,6 +1,12 @@
name: Windows cross build with MXE

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

jobs:
build:
Expand Down

0 comments on commit b03f444

Please sign in to comment.