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