File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,14 @@ name: Circuit Unit Tests
33on :
44 push :
55 branches : [main]
6+ paths-ignore :
7+ - ' doc-site/**'
8+ - ' .github/workflows/docs.yaml'
69 pull_request :
710 branches : [main]
11+ paths-ignore :
12+ - ' doc-site/**'
13+ - ' .github/workflows/docs.yaml'
814 workflow_dispatch :
915
1016jobs :
Original file line number Diff line number Diff line change 99 paths :
1010 - ' doc-site/docs/**'
1111 - ' .github/workflows/docs.yaml'
12- tags :
13- - ' v*.*.*'
1412 pull_request :
1513 paths :
1614 - ' doc-site/docs/**'
Original file line number Diff line number Diff line change @@ -3,8 +3,14 @@ name: e2e
33on :
44 push :
55 branches : [main]
6+ paths-ignore :
7+ - ' doc-site/**'
8+ - ' .github/workflows/docs.yaml'
69 pull_request :
710 branches : [main]
11+ paths-ignore :
12+ - ' doc-site/**'
13+ - ' .github/workflows/docs.yaml'
814 workflow_dispatch :
915
1016jobs :
You can’t perform that action at this time.
0 commit comments