Skip to content

Commit d4b9388

Browse files
committed
Add release branches to CI.
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
1 parent 4f3e336 commit d4b9388

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
branches:
1010
- main
11+
- release/**
1112
paths-ignore:
1213
- 'website/**'
1314
- 'docs/**'
@@ -18,6 +19,7 @@ on:
1819
push:
1920
branches:
2021
- main
22+
- release/**
2123
paths-ignore:
2224
- 'website/**'
2325
- 'docs/**'

0 commit comments

Comments
 (0)