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