We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5feddaa commit 92ecb86Copy full SHA for 92ecb86
.github/workflows/build-release-qt6.yml
@@ -2,10 +2,8 @@ name: Build release of QOwnNotes Qt6
2
3
on:
4
push:
5
- branches:
6
- # - release
7
- # For testing also on main branch
8
- - main
+ branches-ignore:
+ - release
9
tags-ignore:
10
- "*"
11
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths
0 commit comments