Commit 27c3ea1719569b4ae7b8e354dc00ea917e254c11

Authored by Perry Werneck
Committed by GitHub
1 parent 47c12dc3
Exists in develop

Update publish.yml

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