We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67da9f6 commit 29b0964Copy full SHA for 29b0964
1 file changed
.github/workflows/Build.yml
@@ -2,6 +2,11 @@ name: Build
2
3
on:
4
push:
5
+ branches:
6
+ - "**"
7
+ tags:
8
+ - "v*"
9
+ pull_request:
10
workflow_dispatch:
11
inputs:
12
version:
0 commit comments