Skip to content

Commit

Permalink
Merge pull request #36022 from qgis/disable-mxe
Browse files Browse the repository at this point in the history
Disable MXE workflow
  • Loading branch information
elpaso committed Apr 27, 2020
2 parents d62c982 + b03f444 commit 276691a
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 276691a

Please sign in to comment.