Skip to content

Commit 7ff004f

Browse files
committed
run CI on 11.0_release
1 parent 6df7d2f commit 7ff004f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: CI
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, 11.0_release]
66
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
77
tags:
88
- "v[0-9]+.[0-9]+.[0-9]+"
99
- "v[0-9]+.[0-9]+.[0-9]+-*"
1010

1111
pull_request:
12-
branches: [master]
12+
branches: [master, 11.0_release]
1313

1414
concurrency:
1515
group: ci-${{ github.ref }}-1

0 commit comments

Comments
 (0)