Commit f03ac5f091fa4c1a5d187fd421eb52f02f351aa4

Authored by Perry Werneck
1 parent e0732619
Exists in develop

Fixing publish action.

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
.github/workflows/publish.yml
@@ -3,10 +3,9 @@ on: @@ -3,10 +3,9 @@ on:
3 pull_request: 3 pull_request:
4 branches: 4 branches:
5 - master 5 - master
  6 + push:
  7 + branches:
6 - develop 8 - develop
7 - schedule:  
8 - - cron: '30 13 2 2,4,6,8,10,12 *'  
9 -  
10 jobs: 9 jobs:
11 msys2-mingw: 10 msys2-mingw:
12 runs-on: windows-latest 11 runs-on: windows-latest