Skip to content

Commit 93c6014

Browse files
Update tag pattern in GitHub Workflows (#143)
Co-authored-by: Karl Higley <[email protected]>
1 parent bbcfed4 commit 93c6014

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

.github/workflows/cpu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [main]
77
tags:
8-
- v*
8+
- "v[0-9]+.[0-9]+.[0-9]+"
99
pull_request:
1010
branches: [main]
1111

.github/workflows/cpu-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [main]
77
tags:
8-
- v*
8+
- "v[0-9]+.[0-9]+.[0-9]+"
99
pull_request:
1010
branches: [main]
1111

.github/workflows/docs-sched-rebuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main]
66
tags:
7-
- v*
7+
- "v[0-9]+.[0-9]+.[0-9]+"
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/gpu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [main]
77
tags:
8-
- v*
8+
- "v[0-9]+.[0-9]+.[0-9]+"
99
pull_request:
1010
branches: [main]
1111
types: [opened, synchronize, reopened, closed]

.github/workflows/jax.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches: [main]
88
tags:
9-
- v*
9+
- "v[0-9]+.[0-9]+.[0-9]+"
1010
pull_request:
1111
branches: [main]
1212

.github/workflows/models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [main]
77
tags:
8-
- v*
8+
- "v[0-9]+.[0-9]+.[0-9]+"
99
pull_request:
1010
branches: [main]
1111

.github/workflows/nvtabular.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [main]
77
tags:
8-
- v*
8+
- "v[0-9]+.[0-9]+.[0-9]+"
99
pull_request:
1010
branches: [main]
1111

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
# trigger on tags only
66
tags:
7-
- v*
7+
- "v[0-9]+.[0-9]+.[0-9]+"
88

99
workflow_dispatch:
1010

.github/workflows/systems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [main]
77
tags:
8-
- v*
8+
- "v[0-9]+.[0-9]+.[0-9]+"
99
pull_request:
1010
branches: [main]
1111

.github/workflows/tensorflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches: [main]
88
tags:
9-
- v*
9+
- "v[0-9]+.[0-9]+.[0-9]+"
1010
pull_request:
1111
branches: [main]
1212

0 commit comments

Comments
 (0)