From 2ba2e3ec1b92addf295b2a0968c0939a0c39a8d4 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 6 Feb 2024 20:48:00 +0800 Subject: [PATCH] feat: release --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c4056d..233b2cb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ on: jobs: test: - if: false + # if: false strategy: matrix: @@ -35,8 +35,8 @@ jobs: release: # https://github.com/python-semantic-release/python-semantic-release/blob/master/.github/workflows/main.yml if: ${{ github.ref == 'refs/heads/master' }} - # needs: - # - test + needs: + - test strategy: matrix: