Skip to content

Commit 9ce9bd9

Browse files
author
Ryan (Michael) Hunsaker
authored
Update site-deploy.yml to remove tags-ignore
Removed tags-ignore configuration for patch tags.
1 parent 4978ac7 commit 9ce9bd9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/site-deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
tags:
1010
- 'v*.*' # match minor tags like v1.2
1111
- '*.*' # also match non-v minor tags like 1.2
12-
tags-ignore:
13-
- 'v*.*.*' # ignore patch tags like v1.2.3
14-
- '*.*.*' # ignore non-v patch tags like 1.2.3
1512

1613
permissions:
1714
contents: read

0 commit comments

Comments
 (0)