Skip to content

Commit 794be4f

Browse files
authored
Update lint.yml
1 parent b5f3819 commit 794be4f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/lint.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Lint
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths-ignore:
6+
- '**.md'
7+
- '**.svg'
8+
pull_request:
9+
paths-ignore:
10+
- '**.md'
11+
- '**.svg'
412

513
jobs:
614
flake8:

0 commit comments

Comments
 (0)