Skip to content

Commit b660564

Browse files
committed
Change build workflows to manual-only triggers
Remove automatic push triggers from Windows and Linux build workflows. Now they only run when manually dispatched via GitHub Actions UI. This prevents unintended builds on every commit and gives full control over when builds are triggered for testing and releases.
1 parent 6ddcc4d commit b660564

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/build-linux.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ on:
88
required: true
99
default: 'v1.0.0'
1010
type: string
11-
push:
12-
branches: [ main ]
13-
paths-ignore:
14-
- 'README.md'
15-
- 'docs/**'
16-
- '.gitignore'
1711

1812
jobs:
1913
build-linux:

.github/workflows/build-windows.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ on:
88
required: true
99
default: 'v1.0.0'
1010
type: string
11-
push:
12-
branches: [ main ]
13-
paths-ignore:
14-
- 'README.md'
15-
- 'docs/**'
16-
- '.gitignore'
1711

1812
jobs:
1913
build-windows:

0 commit comments

Comments
 (0)