From cec843dd8c95a6fa425573d2e032cbc0512e0ec7 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Thu, 16 Mar 2023 17:33:50 +0100 Subject: [PATCH] build: run workflow even if tag/branch name contains slash --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19113318b..94875b654 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,9 +8,9 @@ name: build on: push: branches: - - '*' + - '**' tags: - - '*' + - '**' pull_request: workflow_dispatch: inputs: