Skip to content

Commit 094dab6

Browse files
committed
fix: Update tags-ignore regex in workflow files for consistency
1 parent 5c214b5 commit 094dab6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-python-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# Run on push to bindings/python/ directory
55
push:
66
tags-ignore:
7-
- '[0-9]+.[0-9]+.[0-9]+*'
7+
- '[0-9]*.[0-9]*.[0-9]*'
88
paths:
99
- 'bindings/python/**'
1010
- '.github/workflows/test-python-bindings.yml'

.github/workflows/test-python-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# Run on push to bindings/python/ directory
55
push:
66
tags-ignore:
7-
- '[0-9]+.[0-9]+.[0-9]+*'
7+
- '[0-9]*.[0-9]*.[0-9]*'
88
paths:
99
- 'bindings/python/**'
1010
- '.github/workflows/test-python-examples.yml'

0 commit comments

Comments
 (0)