Skip to content

Commit cd429d0

Browse files
committed
ignore more CI
1 parent 09115b5 commit cd429d0

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
paths-ignore:
88
- 'paper/**'
9+
- '.gitignore'
910
push:
1011
branches:
1112
- main

.github/workflows/Documenter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
- '.github/workflows/TagBot.yml'
1414
- 'benchmark/**'
1515
- 'utils/**'
16+
- 'paper/**'
17+
- '.gitignore'
1618
pull_request:
1719
paths-ignore:
1820
- '.zenodo.json'
@@ -22,6 +24,7 @@ on:
2224
- '.github/workflows/TagBot.yml'
2325
- 'benchmark/**'
2426
- 'utils/**'
27+
- '.gitignore'
2528
- 'paper/**'
2629
workflow_dispatch:
2730

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
paths-ignore:
88
- 'paper/**'
9+
- '.gitignore'
910
workflow_dispatch:
1011

1112
# Cancel redundant CI tests automatically

0 commit comments

Comments
 (0)