From aaa613002fcc0f3bd452b8a9d22a008c0a72d515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20Gr=C3=A4f?= Date: Mon, 10 Jun 2024 13:16:41 +0200 Subject: [PATCH] build on tag creation --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index da17d24f..ceeee14e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,8 @@ name: Publish on: push: - branches: [ chrome-extension ] - #pull_request: - # branches: [ chrome-extension ] + tags: + - 'v*.*.*' jobs: build: