diff --git a/.github/workflows/mxe.yml b/.github/workflows/mxe.yml index 36cf09bc7a0..b84a7e37846 100644 --- a/.github/workflows/mxe.yml +++ b/.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: