Skip to content

Commit 92ecb86

Browse files
committed
ci: also build Qt6 test releases in feature branches
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 5feddaa commit 92ecb86

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ name: Build release of QOwnNotes Qt6
22

33
on:
44
push:
5-
branches:
6-
# - release
7-
# For testing also on main branch
8-
- main
5+
branches-ignore:
6+
- release
97
tags-ignore:
108
- "*"
119
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths

0 commit comments

Comments
 (0)