From 27e93b04b9631792a09b05ff7540cb340dd9885f Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 28 Oct 2022 02:34:10 +0300 Subject: [PATCH] Update github actions to react to tags --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index df221b3..a06a9a8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -3,8 +3,9 @@ name: CI on: push: branches: - - main - master + tags: + - "v*" pull_request: jobs: