Skip to content

Commit 769050a

Browse files
committed
Do not print template name for the version command.
1 parent e532ebd commit 769050a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/go-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
- master
1011
paths:
1112
- '**.go'
1213

.github/workflows/go-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
- master
1011
tags-ignore:
1112
- '**'
1213
paths:

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
- master
1011
tags-ignore:
1112
- '**'
1213
paths:

0 commit comments

Comments
 (0)