Skip to content

Commit b90f6f9

Browse files
committed
- updated workflow
1 parent 9bf91f9 commit b90f6f9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/lint.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: Fix Code Style
22

3-
on: [push]
3+
on:
4+
push:
5+
paths-ignore:
6+
- 'README.md'
7+
- 'CHANGELOG.md'
8+
pull_request:
9+
paths-ignore:
10+
- 'README.md'
11+
- 'CHANGELOG.md'
12+
release:
413

514
jobs:
615
lint:

0 commit comments

Comments
 (0)