Skip to content

Commit 182e11b

Browse files
committed
adjust ci settings
Signed-off-by: Sam Yuan <[email protected]>
1 parent b7fdefb commit 182e11b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/push-pr.yml renamed to .github/workflows/pr.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ name: Workflow on Push/PR
88

99
on:
1010
pull_request:
11-
push:
1211
paths-ignore:
13-
- 'fig/**'
14-
- '.github/ISSUE_TEMPLATE/**'
15-
- '.vscode/**'
16-
- 'LICENSE'
17-
- '.gitignore'
18-
- '*.md'
19-
- '**/*.md'
12+
- 'fig/**'
13+
- '.github/ISSUE_TEMPLATE/**'
14+
- '.vscode/**'
15+
- 'LICENSE'
16+
- '.gitignore'
17+
- '*.md'
18+
- '**/*.md'
2019

2120
env:
2221
TAG: "v0.7.7"

0 commit comments

Comments
 (0)