Skip to content

Commit 0033adf

Browse files
committed
Update workflows for 2.5.x
1 parent 0f63b0c commit 0033adf

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
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.5.x CI
22

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

.github/workflows/pr-build-workflow.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
name: PR Build
1+
name: 2.5.x PR Build
22

3-
on: pull_request
3+
on:
4+
pull_request:
5+
branches:
6+
- 2.5.x
47

58
jobs:
69
build:

0 commit comments

Comments
 (0)