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 653049c commit a2fb9e7Copy full SHA for a2fb9e7
.github/workflows/code-quality-checks.yml
@@ -3,9 +3,13 @@ on:
3
push:
4
branches:
5
- main
6
+ - sea-migration
7
+ - telemetry
8
pull_request:
9
10
11
12
13
jobs:
14
run-unit-tests:
15
runs-on: ubuntu-latest
.github/workflows/integration.yml
@@ -4,6 +4,11 @@ on:
paths-ignore:
- "**.MD"
- "**.md"
+ pull_request:
+ branches:
+ - main
run-e2e-tests:
0 commit comments