diff --git a/.github/workflows/release_binaries.yml b/.github/workflows/release_binaries.yml index 6cf511b..6df8098 100644 --- a/.github/workflows/release_binaries.yml +++ b/.github/workflows/release_binaries.yml @@ -1,6 +1,8 @@ name: Build Release Binaries on: + push: + branches: [ "chore/release_binaries" ] release: types: - created