Skip to content

Commit e23eb6b

Browse files
committed
#2056 - Enable compatibility builds on all 2.x branches.
1 parent 62d099f commit e23eb6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/compatibility.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
workflow_dispatch:
55
schedule:
66
- cron: '5 6 * * *'
7+
branches:
8+
- 'main'
9+
- '2.1.x'
10+
- '2.0.x'
711

812
jobs:
913
compatibility:

0 commit comments

Comments
 (0)