From 02af22862d8c517d471f08c4d6fa432545f25101 Mon Sep 17 00:00:00 2001 From: snowykami Date: Thu, 3 Oct 2024 01:52:36 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E9=99=8D=E4=BD=8Epython=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nuitka-compile.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nuitka-compile.yml b/.github/workflows/nuitka-compile.yml index e1bfe5e..02ee3d5 100644 --- a/.github/workflows/nuitka-compile.yml +++ b/.github/workflows/nuitka-compile.yml @@ -2,15 +2,15 @@ name: Compile on: push: - tags: - - '*' + branches: + - main jobs: build: strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] - arch: [amd64, arm64, arm, 386] + os: [ macos-latest, ubuntu-latest, windows-latest ] + arch: [ amd64, arm64, arm, 386 ] runs-on: ${{ matrix.os }}