Skip to content

Commit ed04584

Browse files
Merge remote-tracking branch 'upstream/sea-migration' into decouple-session
2 parents 88b728d + eaa542d commit ed04584

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/code-quality-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ on:
33
push:
44
branches:
55
- main
6+
- sea-migration
7+
- telemetry
68
pull_request:
79
branches:
810
- main
11+
- sea-migration
12+
- telemetry
913
jobs:
1014
run-unit-tests:
1115
runs-on: ubuntu-latest

.github/workflows/integration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
paths-ignore:
55
- "**.MD"
66
- "**.md"
7+
pull_request:
8+
branches:
9+
- main
10+
- sea-migration
11+
- telemetry
712

813
jobs:
914
run-e2e-tests:

0 commit comments

Comments
 (0)