Skip to content

Commit decd534

Browse files
Backport PR #1918: (fix): correct workflow branch selection (#1919)
Co-authored-by: Philipp A <flying-sheep@web.de>
1 parent 1e196e2 commit decd534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-cpu.yml

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

1010
env:

0 commit comments

Comments
 (0)