Skip to content

Commit

Permalink
run on all events (and only publish on release)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmunozv04 committed Aug 18, 2024
1 parent 9ad3357 commit cb73896
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit cb73896

Please sign in to comment.