From 61d2fc5ab4792eb5db19a5a401efd31d1f405652 Mon Sep 17 00:00:00 2001 From: mavenlin Date: Tue, 12 Dec 2023 23:58:08 +0800 Subject: [PATCH] trigger --- .github/workflows/macos.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 92c88f1..5a6b0dc 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,16 +1,13 @@ name: Release for Macos -on: - push: - tags: - - 'v[0-9]+\.[0-9]+\.[0-9]+' +on: [push] jobs: release: runs-on: macos-latest-xlarge strategy: matrix: - python-version: ['3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9'] steps: - name: Cancel previous run uses: styfle/cancel-workflow-action@0.9.1