diff --git a/.github/workflows/Test NSIS.yml b/.github/workflows/Test NSIS.yml index a90786a..e35dd13 100644 --- a/.github/workflows/Test NSIS.yml +++ b/.github/workflows/Test NSIS.yml @@ -26,8 +26,7 @@ jobs: run: cmake --build build --config Release - name: Generate NSIS installer - run: cd build && \ - cpack -G NSIS + run: cd build && cpack -G NSIS - name: Upload installer uses: actions/upload-artifact@v6 diff --git a/.github/workflows/Test PKGBUILD-git.yml b/.github/workflows/Test PKGBUILD-git.yml index 619a478..159e278 100644 --- a/.github/workflows/Test PKGBUILD-git.yml +++ b/.github/workflows/Test PKGBUILD-git.yml @@ -1,8 +1,8 @@ name: Test PKGBUILD-git on: - push: - branch: master + # push: + # branch: master pull_request: branches: master diff --git a/.github/workflows/Test flake.yml b/.github/workflows/Test flake.yml index 2636a56..7216fb8 100644 --- a/.github/workflows/Test flake.yml +++ b/.github/workflows/Test flake.yml @@ -1,8 +1,8 @@ name: Test flake.nix on: - push: - branches: [master] + # push: + # branches: [master] pull_request: jobs: diff --git a/.github/workflows/Test packages.yml b/.github/workflows/Test packages.yml index b10a4fc..0d3c8fb 100644 --- a/.github/workflows/Test packages.yml +++ b/.github/workflows/Test packages.yml @@ -1,9 +1,9 @@ name: Test DEB and RPM Packages on: - push: - branches: - - master + # push: + # branches: + # - master pull_request: branches: - master