From 3b3e2fe211f0439e0936a6e5ff4d6c1acd8368d0 Mon Sep 17 00:00:00 2001 From: Vadim Chelyshov Date: Thu, 27 Jun 2024 15:40:33 +0300 Subject: [PATCH] ci: trigger workflow on push in tag --- .github/workflows/scala.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 9dd8fce6..17c4ee84 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -3,6 +3,7 @@ name: Scala CI on: push: branches: [ master ] + tags: [ v* ] pull_request: branches: [ master ]