Commit 91e456f1a631a08930133e0ecf75ad8d09d77690

Authored by Perry Werneck
1 parent f03ac5f0
Exists in develop

Debugging publish action.

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