Skip to content

Commit bc74595

Browse files
authored
disable automatic run of workflow
1 parent d277e84 commit bc74595

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-macos-qt6.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: 🍎 Build - MacOS Qt6
33
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
8-
release:
9-
types: ['published']
4+
# push:
5+
# branches:
6+
# - main
7+
# pull_request:
8+
# release:
9+
# types: ['published']
1010
workflow_dispatch:
1111

1212
concurrency:

0 commit comments

Comments
 (0)