Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f03ac5f091fa4c1a5d187fd421eb52f02f351aa4
Authored by
Perry Werneck
2023-03-26 09:44:46 -0300
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
Side-by-side Diff
Inline Diff
.github/workflows/publish.yml
Wrap text
Diff comments
View file @
f03ac5f
...
...
@@ -3,10 +3,9 @@ on:
3
3
pull_request:
4
4
branches:
5
5
- master
6
+ push:
7
+ branches:
6
8
- develop
7
- schedule:
8
- - cron: '30 13 2 2,4,6,8,10,12 *'
9
-
10
9
jobs:
11
10
msys2-mingw:
12
11
runs-on: windows-latest
...
...