We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09115b5 commit cd429d0Copy full SHA for cd429d0
3 files changed
.github/workflows/CI.yml
@@ -6,6 +6,7 @@ on:
6
- main
7
paths-ignore:
8
- 'paper/**'
9
+ - '.gitignore'
10
push:
11
branches:
12
.github/workflows/Documenter.yml
@@ -13,6 +13,8 @@ on:
13
- '.github/workflows/TagBot.yml'
14
- 'benchmark/**'
15
- 'utils/**'
16
+ - 'paper/**'
17
18
pull_request:
19
20
- '.zenodo.json'
@@ -22,6 +24,7 @@ on:
22
24
23
25
26
27
28
29
workflow_dispatch:
30
.github/workflows/Downgrade.yml
# Cancel redundant CI tests automatically
0 commit comments