We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93267c commit 31999bfCopy full SHA for 31999bf
1 file changed
.github/workflows/build-release.yaml
@@ -2,11 +2,9 @@ name: build_release
2
3
on:
4
push:
5
- branches:
6
- - main
7
tags:
8
- '*' #
9
- workflow_dispatch:
+ workflow_dispatch:
10
11
jobs:
12
BuildRelease:
0 commit comments