diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 73e135b..936e7f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,8 +6,8 @@ on: push: branches: - main - tags: - - "2024.*" + release: + types: [published] pull_request: branches: ["main"]