From 86122293021162de1affb7abdba6c9455c3a06cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Tue, 21 Jun 2022 13:26:33 +0200 Subject: [PATCH] Run ci on tag-pushes --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) 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'