From 11e908a2e948a8a7167cda821710f649e04b6a01 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 1 Feb 2021 00:28:22 +0100 Subject: [PATCH] fix CI run on tag push --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0c91b8..87a7a6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - main + tags: + - '**' pull_request: branches: - '**'