Commit 1eb41489431c8a94cd59146684d391d8b856910b

Authored by Perry Werneck
1 parent 05043906
Exists in develop

Publish only on tag updates.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.github/workflows/publish.yml
1 1 name: Publish
2 2 on:
3 3 push:
4   - branches: [ "develop" ]
  4 + branches: [ "publish" ]
5 5 tags: [ "*" ]
6 6  
7 7 jobs:
... ...