We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df7d2f commit 7ff004fCopy full SHA for 7ff004f
.github/workflows/ci.yml
@@ -2,14 +2,14 @@ name: CI
2
3
on:
4
push:
5
- branches: [master]
+ branches: [master, 11.0_release]
6
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
7
tags:
8
- "v[0-9]+.[0-9]+.[0-9]+"
9
- "v[0-9]+.[0-9]+.[0-9]+-*"
10
11
pull_request:
12
13
14
concurrency:
15
group: ci-${{ github.ref }}-1
0 commit comments