We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d841315 commit eb93152Copy full SHA for eb93152
.github/workflows/lint.yml
@@ -2,6 +2,8 @@ name: Lint
2
3
on:
4
push:
5
+ branches:
6
+ - main
7
pull_request:
8
9
jobs:
.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