run on all events (and only publish on release)

This commit is contained in:
dmunozv04
2024-08-18 15:07:35 +02:00
parent 9ad335793a
commit cb738965a7

View File

@@ -9,17 +9,14 @@
name: Release Package
on:
# push:
# tags:
# - v*
# branches:
# - master
# pull_request:
# branches:
# - master
push:
branches:
- build-binaries # Testing branch
- '*'
tags:
- 'v*'
pull_request:
branches:
- '*'
release:
types: [published]