We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ecb565 commit 6218f0cCopy full SHA for 6218f0c
.github/workflows/coverage.yml
@@ -2,6 +2,8 @@ name: coverage
2
3
on:
4
pull_request:
5
+ paths-ignore:
6
+ - 'docs/**'
7
8
workflow_dispatch:
9
.github/workflows/locked.yml
@@ -2,7 +2,11 @@ name: locked
push:
10
11
12
.github/workflows/unlocked.yml
@@ -2,6 +2,8 @@ name: unlocked
# pull_request: # save CI time on PRs, run manually if needed (before merge) or find out failures from scheduled run (after merge)
+ # paths-ignore:
+ # - 'docs/**'
schedule:
0 commit comments