We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d93e5f commit bea64ceCopy full SHA for bea64ce
4 files changed
.github/workflows/CI.yml
@@ -4,6 +4,8 @@ on:
4
pull_request:
5
branches:
6
- main
7
+ paths-ignore:
8
+ - 'paper/**'
9
push:
10
11
.github/workflows/Documenter.yml
@@ -22,6 +22,7 @@ on:
22
- '.github/workflows/TagBot.yml'
23
- 'benchmark/**'
24
- 'utils/**'
25
26
workflow_dispatch:
27
28
# Cancel redundant CI tests automatically
.github/workflows/Downgrade.yml
@@ -2,6 +2,10 @@ name: Downgrade
2
3
on:
+ branches:
+ - main
.github/workflows/FormatCheck.yml
- 'main'
tags: '*'
0 commit comments