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 019d0d5 commit d8e01faCopy full SHA for d8e01fa
.github/workflows/e2e-test.yaml
@@ -3,6 +3,8 @@ name: Run E2E Tests
3
on:
4
push:
5
branches: [ main, master ]
6
+ paths-ignore:
7
+ - 'docs/**'
8
pull_request:
9
10
.github/workflows/unit-test.yaml
@@ -7,6 +7,8 @@ on:
branches:
- main
11
12
13
jobs:
14
test:
0 commit comments