Skip to content

Commit f5000de

Browse files
Update build-and-test.yml
1 parent f37f2b1 commit f5000de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
- "release/*"
78
tags:
89
- "v*"
910
pull_request:
1011
branches:
1112
- main
13+
- "release/*"
1214
jobs:
1315
Build:
1416
strategy:

0 commit comments

Comments
 (0)