Skip to content

Commit 6ee7627

Browse files
authored
Update build_and_test.yml
1 parent 2518381 commit 6ee7627

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ on:
33
pull_request:
44
branches:
55
- master
6-
- r[0-9]+.[0-9]+(\.[0-9]+)?
6+
- r[0-9]+.[0-9]+
7+
- r[0-9]+.[0-9]+.[0-9]+
78
push:
89
branches:
910
- master
10-
- r[0-9]+.[0-9]+(\.[0-9]+)?
11+
- r[0-9]+.[0-9]+
12+
- r[0-9]+.[0-9]+.[0-9]+
1113
workflow_dispatch:
1214

1315
concurrency:

0 commit comments

Comments
 (0)