Skip to content

Commit b4a8c7e

Browse files
committed
Create GitHub Actions CI for 2.4.x
1 parent 3487639 commit b4a8c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: CI
1+
name: 2.4.x CI
22

33
on:
44
push:
55
branches:
6-
- master
6+
- 2.4.x
77
schedule:
88
- cron: '0 10 * * *' # Once per day at 10am UTC
99

0 commit comments

Comments
 (0)