diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9492ae..ae9a78e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,12 +1,9 @@ name: build on: - push: - tags: - - "v*" - # pull_request: - # branches: - # - main + pull_request: + branches: + - main jobs: build-and-test: