diff --git a/.github/workflows/main-checks.yml b/.github/workflows/main-checks.yml index ae19fb7..6f38043 100644 --- a/.github/workflows/main-checks.yml +++ b/.github/workflows/main-checks.yml @@ -4,7 +4,9 @@ on: push: branches: - main - - 'v*.*.*' + - "v*.*.*" + tags: + - "v*.*.*" jobs: checks: