diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cce2a02..a086ffd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,12 +1,9 @@ name: Build and Release on: - push: - branches: - - main - pull_request: - branches: - - main + release: + types: [created, published] + jobs: build: runs-on: ${{ matrix.os }}