From 6e275187c4551ff32c573c126d2bb0cfb13ca151 Mon Sep 17 00:00:00 2001 From: Damian Birchler Date: Tue, 10 Oct 2023 08:23:42 +0200 Subject: [PATCH] Try making matching of tag work. --- .github/workflows/build-exe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-exe.yml b/.github/workflows/build-exe.yml index e10035c8..9ec9debc 100644 --- a/.github/workflows/build-exe.yml +++ b/.github/workflows/build-exe.yml @@ -5,7 +5,7 @@ on: branches: - master tags: - - v* + - 'v*' repository_dispatch: types: - build-executable-pull-request