From e4f923c55395c53bf006d80ac7478e2cb435a810 Mon Sep 17 00:00:00 2001 From: sevonj <100710152+sevonj@users.noreply.github.com> Date: Sun, 17 Mar 2024 14:57:17 +0200 Subject: [PATCH] tag syntax fix --- .github/workflows/main.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e480121..62ab8d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,8 +2,8 @@ name: CI on: push: - - branches: [ "**" ] - - tags: [ "*" ] + branches: [ "**" ] + tags: [ "*" ] pull_request: branches: [ "**" ] @@ -34,9 +34,7 @@ jobs: release: runs-on: ubuntu-latest - needs: [ - build-linux - ] + needs: [ build-linux ] if: startsWith(github.ref, 'refs/tags/v') permissions: contents: write