Skip to content

Commit 3ea888e

Browse files
author
jan.nijtmans
committed
Unneeded ** in *.yml files
1 parent 8fe17f4 commit 3ea888e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- "main"
66
- "core-8-6-branch"
77
tags:
8-
- "core-**"
8+
- "core-*"
99
permissions:
1010
contents: read
1111
defaults:

.github/workflows/mac-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- "main"
66
- "core-8-6-branch"
77
tags:
8-
- "core-**"
8+
- "core-*"
99
permissions:
1010
contents: read
1111
env:

.github/workflows/win-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- "main"
66
- "core-8-6-branch"
77
tags:
8-
- "core-**"
8+
- "core-*"
99
permissions:
1010
contents: read
1111
env:

0 commit comments

Comments
 (0)