diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5563d2b..67713c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,10 +2,10 @@ name: CI on: pull_request: branches: - - master + - main push: branches: - - master + - main tags: '*' jobs: test: