Skip to content

Commit 306d7ec

Browse files
Update tag pattern in GitHub Workflows (#1081)
Co-authored-by: Karl Higley <[email protected]>
1 parent 780f6a0 commit 306d7ec

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/cpu-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/cpu-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/cpu-t4r.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]

.github/workflows/multi-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]

.github/workflows/packages.yaml

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
@@ -3,7 +3,7 @@ name: release-drafter
33
on:
44
push:
55
tags:
6-
- v*
6+
- "v[0-9]+.[0-9]+.[0-9]+"
77
branches:
88
- 'release*'
99

.github/workflows/tensorflow.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

0 commit comments

Comments
 (0)