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 e63b4b9 commit 9bb1641Copy full SHA for 9bb1641
.github/workflows/integration-tests.yml
@@ -5,6 +5,18 @@ on:
5
branches:
6
- master
7
- 'branch-**'
8
+ paths-ignore:
9
+ - docs/*
10
+ - examples/*
11
+ - scripts/*
12
+ - .gitignore
13
+ - '*.rst'
14
+ - '*.ini'
15
+ - LICENSE
16
+ - .github/dependabot.yml
17
+ - .github/pull_request_template.md
18
+ - "*.md"
19
+ - .github/workflows/docs-*
20
pull_request:
21
paths-ignore:
22
- docs/*
@@ -16,6 +28,8 @@ on:
28
- LICENSE
29
- .github/dependabot.yml
30
- .github/pull_request_template.md
31
32
+ - .github/workflows/docs-* -
33
workflow_dispatch:
34
35
jobs:
0 commit comments