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 2fb4d74 commit 2c5044bCopy full SHA for 2c5044b
.github/workflows/Downstream.yml
@@ -1,7 +1,7 @@
1
name: IntegrationTest
2
on:
3
push:
4
- branches: [master]
+ branches: [master, 'backport-v9']
5
tags: [v*]
6
pull_request:
7
paths-ignore:
.github/workflows/ReleaseTest.yml
name: ReleaseTest
.github/workflows/Tests.yml
@@ -5,11 +5,13 @@ on:
branches:
- master
- 'release-'
8
+ - 'backport-v9'
9
10
- 'docs/**'
11
12
13
14
15
16
17
0 commit comments