Skip to content

Commit a129976

Browse files
committed
Change other workflows to be manual triggered.
1 parent 14778d2 commit a129976

File tree

6 files changed

+0
-24
lines changed

6 files changed

+0
-24
lines changed

.github/workflows/debian-latest.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: debian-latest Development Build
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [ main ]
7-
pull_request:
8-
branches: [ main ]
95

106
env:
117
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

.github/workflows/debian-package.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: debian-latest Package Build
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [ main ]
7-
pull_request:
8-
branches: [ main ]
95

106
env:
117
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

.github/workflows/macos-latest.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: macos-latest Development Build
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [ main ]
7-
pull_request:
8-
branches: [ main ]
95

106
env:
117
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

.github/workflows/mint-latest.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: mint-latest Development Build
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [ main ]
7-
pull_request:
8-
branches: [ main ]
95

106
env:
117
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

.github/workflows/ubuntu-arm64-latest.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: ubuntu-arm64-latest Development Build
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [ main ]
7-
pull_request:
8-
branches: [ main ]
95

106
env:
117
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

.github/workflows/ubuntu-latest.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: ubuntu-latest Development Build
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [ main ]
7-
pull_request:
8-
branches: [ main ]
95

106
env:
117
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

0 commit comments

Comments
 (0)