We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a3ccd commit 89d02e0Copy full SHA for 89d02e0
4 files changed
.github/workflows/lint.yml
@@ -2,6 +2,8 @@ name: Lint
2
3
on:
4
push:
5
+ branches:
6
+ - 'release-*' # for main branch we have the merge queue
7
pull_request:
8
merge_group:
9
.github/workflows/test-e2e-bundle.yml
@@ -2,6 +2,8 @@ name: Bundle E2E Tests
.github/workflows/test-e2e.yml
@@ -2,6 +2,8 @@ name: E2E Tests
.github/workflows/test.yml
@@ -2,6 +2,8 @@ name: Tests
0 commit comments