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 7c1bf13 commit 9c20fd9Copy full SHA for 9c20fd9
.github/workflows/branches.yml
@@ -2,7 +2,6 @@ name: Branch workflow
2
on:
3
push:
4
branches-ignore:
5
- - master
6
- develop
7
- 'release/**'
8
- 'releases/**'
.github/workflows/main.yml
@@ -2,10 +2,12 @@ name: Main workflow
branches:
+ tags:
9
+ - v*
10
+ - V*
11
jobs:
12
generateVersionInfo:
13
name: GenerateVersionInfo
0 commit comments