Skip to content

Commit c584ad0

Browse files
committed
Limit build actions on workflow dispatch
1 parent 3285243 commit c584ad0

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: macOS
22

3-
on:
4-
push:
5-
branches:
6-
- main
3+
on: workflow_dispatch
74

85
env:
96
ARTIFACT_BUNDLE: itaxotools-hapsolutely-macos

.github/workflows/windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Windows
22

3-
on:
4-
push:
5-
branches:
6-
- main
3+
on: workflow_dispatch
74

85
env:
96
ARTIFACT_EXECUTABLE: itaxotools-hapsolutely-windows

0 commit comments

Comments
 (0)