diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e77cd4e..7f3edaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,13 @@ name: CI on: push: - tags-ignore: ["v*"] + branches: + - main + tags-ignore: + - "v*" pull_request: + branches: + - main jobs: test: