Skip to content

Commit c952761

Browse files
committed
Run GitHub CI for release-* branches as well
1 parent c21d17c commit c952761

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
push:
77
branches:
88
- main
9+
- release-*
910
pull_request:
1011
branches:
1112
- main
13+
- release-*
1214

1315
jobs:
1416
deploy:

.github/workflows/uber-jar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
push:
77
branches:
88
- main
9+
- release-*
910
pull_request:
1011
branches:
1112
- main
13+
- release-*
1214

1315
jobs:
1416
uber-jar:

0 commit comments

Comments
 (0)