Skip to content

Commit 2518381

Browse files
authored
Update build_and_test.yml to match r2.8 and r2.8.1
1 parent f6ff30d commit 2518381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
pull_request:
44
branches:
55
- master
6-
- r[0-9]+.[0-9]+
6+
- r[0-9]+.[0-9]+(\.[0-9]+)?
77
push:
88
branches:
99
- master
10-
- r[0-9]+.[0-9]+
10+
- r[0-9]+.[0-9]+(\.[0-9]+)?
1111
workflow_dispatch:
1212

1313
concurrency:

0 commit comments

Comments
 (0)