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 }}