diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6562c74..23ecbbd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,13 @@ name: build on: # Runs on Push push: - + branches: + - 'main' + - 'master' + - 'releases/**' + - 'releases-*' + release: + types: [published] ### ### Generic configuration