We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85edf91 commit fb217acCopy full SHA for fb217ac
.github/workflows/no-caching-tests.yaml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- master
7
+ paths-ignore:
8
+ - 'docs/**'
9
10
jobs:
11
no-caching-tests:
.github/workflows/tests.yaml
@@ -4,9 +4,13 @@ on:
pull_request:
12
13
14
15
16
tests:
0 commit comments