From f785cc80b9540f015abbb03e2b1c3815f079ddcb Mon Sep 17 00:00:00 2001 From: shilangyu Date: Fri, 24 Jul 2020 22:45:01 +0200 Subject: [PATCH] reacting to tagging --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a041bb0..7467370 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: ci on: push: + tags: + - "v*.*.*" branches: [master] pull_request: branches: [master]