Skip to content

Commit 17dccb4

Browse files
authored
Merge pull request #1165 from abelsromero/enable-gh-actions-for-2.5.x-branch
2 parents a965461 + d12a50c commit 17dccb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
branches:
55
- main
6+
- v2.5.x
67
pull_request:
78
branches:
89
- main
10+
- v2.5.x
911
schedule:
1012
- cron: '0 0 * * *'
1113

0 commit comments

Comments
 (0)