Commit cd3ef238139c929d5f4647e6815c6921f0ef5e7e

Authored by Perry Werneck
1 parent c60dcadd
Exists in master and in 1 other branch develop

Enabling workflow for testing.

Showing 1 changed file with 1 additions and 4 deletions   Show diff stats
.github/workflows/msys2.yml
1 1 name: MSYS2
2   -on:
3   - pull_request:
4   - branches:
5   - - master
  2 +on: [push, pull_request]
6 3  
7 4 jobs:
8 5 msys2-mingw:
... ...