We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46fd2b9 + 8847627 commit 5bdf02fCopy full SHA for 5bdf02f
4 files changed
.github/workflows/lint.yml
@@ -3,6 +3,7 @@ name: Lint
3
on:
4
push:
5
pull_request:
6
+ merge_group:
7
8
jobs:
9
lint:
.github/workflows/test-e2e-bundle.yml
@@ -3,6 +3,7 @@ name: Bundle E2E Tests
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/test-e2e.yml
@@ -3,6 +3,7 @@ name: E2E Tests
.github/workflows/test.yml
@@ -3,6 +3,7 @@ name: Tests
test:
0 commit comments