Skip to content

Commit 8ffd232

Browse files
committed
Enable tagging of release branches
1 parent 6cffddb commit 8ffd232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- 'release-*'
78
paths:
89
- version.txt
910

@@ -21,7 +22,6 @@ jobs:
2122
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
2223
with:
2324
egress-policy: audit
24-
2525
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
with:
2727
fetch-depth: 0

0 commit comments

Comments
 (0)