diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f9145d3..3b624805 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,13 +2,10 @@ name: CI on: push: - branches: - - main - tags: - - "v*" + branches: main + tags: v* pull_request: - branches: - - "*" + branches: "*" jobs: push: