diff --git a/.github/workflows/debian-latest.yml b/.github/workflows/debian-latest.yml index b7470fe..4aa364c 100644 --- a/.github/workflows/debian-latest.yml +++ b/.github/workflows/debian-latest.yml @@ -2,10 +2,6 @@ name: debian-latest Development Build on: workflow_dispatch: - push: - branches: [ main ] - pull_request: - branches: [ main ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/.github/workflows/debian-package.yml b/.github/workflows/debian-package.yml index 80ad118..4b44f16 100644 --- a/.github/workflows/debian-package.yml +++ b/.github/workflows/debian-package.yml @@ -2,10 +2,6 @@ name: debian-latest Package Build on: workflow_dispatch: - push: - branches: [ main ] - pull_request: - branches: [ main ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/.github/workflows/macos-latest.yml b/.github/workflows/macos-latest.yml index 71cf0b7..fc5aa67 100644 --- a/.github/workflows/macos-latest.yml +++ b/.github/workflows/macos-latest.yml @@ -2,10 +2,6 @@ name: macos-latest Development Build on: workflow_dispatch: - push: - branches: [ main ] - pull_request: - branches: [ main ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/.github/workflows/mint-latest.yml b/.github/workflows/mint-latest.yml index a5ebf05..5536540 100644 --- a/.github/workflows/mint-latest.yml +++ b/.github/workflows/mint-latest.yml @@ -2,10 +2,6 @@ name: mint-latest Development Build on: workflow_dispatch: - push: - branches: [ main ] - pull_request: - branches: [ main ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/.github/workflows/ubuntu-arm64-latest.yml b/.github/workflows/ubuntu-arm64-latest.yml index 85d4165..09e2172 100644 --- a/.github/workflows/ubuntu-arm64-latest.yml +++ b/.github/workflows/ubuntu-arm64-latest.yml @@ -2,10 +2,6 @@ name: ubuntu-arm64-latest Development Build on: workflow_dispatch: - push: - branches: [ main ] - pull_request: - branches: [ main ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/.github/workflows/ubuntu-latest.yml b/.github/workflows/ubuntu-latest.yml index 16611a9..f24c65a 100644 --- a/.github/workflows/ubuntu-latest.yml +++ b/.github/workflows/ubuntu-latest.yml @@ -2,10 +2,6 @@ name: ubuntu-latest Development Build on: workflow_dispatch: - push: - branches: [ main ] - pull_request: - branches: [ main ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)