diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16902c73..56600d32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ name: Build and Release on: push: - branches: [ "*" ] + branches: [ "main" ] pull_request: branches: [ "*" ]