Skip to content

Commit 8b12344

Browse files
committed
fixup! Update CI branch filters for new workflow
(cherry picked from commit 6c1a77c)
1 parent 77322fe commit 8b12344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ on:
1010
push:
1111
branches:
1212
- master
13-
- [0-9].[0-9].x
13+
- "[0-9]+.[0-9]+.x"
1414
tags:
1515
- "*"
1616

1717
pull_request:
1818
branches:
1919
- master
20-
- [0-9].[0-9].x
20+
- "[0-9]+.[0-9]+.x"
2121

2222
jobs:
2323
build:

0 commit comments

Comments
 (0)