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
a10bab82e6ee99c4352e6fc4c07de72a34efe385
Authored by
Perry Werneck
2023-03-26 10:20:50 -0300
1 parent
073c5b7b
Exists in
develop
Update publish.yml
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
.github/workflows/publish.yml
Side-by-side Diff
Inline Diff
.github/workflows/publish.yml
Wrap text
Diff comments
View file @
a10bab8
...
...
@@ -3,6 +3,10 @@ on:
3
3
push:
4
4
branches:
5
5
- master
6
+ pull_request:
7
+ branches:
8
+ - master
9
+ - develop
6
10
schedule:
7
11
- cron: '30 13 1 2,4,6,8,10,12 *'
8
12
jobs:
...
...