diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6cad2057dd01..0901db6b4fd7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,6 +4,8 @@ on: push: branches-ignore: - 'language-reference-stable' + tags: + - '**' pull_request: branches-ignore: - 'language-reference-stable'