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.
2 parents 53a6bd1 + 293f6dd commit f3c4eaeCopy full SHA for f3c4eae
.github/workflows/test.yml
@@ -4,6 +4,10 @@ on:
4
merge_group:
5
pull_request:
6
branches: [ master ]
7
+ # Only run jobs if at least one non-doc file is changed
8
+ paths-ignore:
9
+ - '**/*.md'
10
+ - 'mkdocs.yml'
11
schedule:
12
- cron: '0 */12 * * *'
13
workflow_dispatch:
0 commit comments