Ignore markdown and license files for CI
parent
156d61421f
commit
d8bdb37884
|
@ -2,6 +2,9 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'LICENSE'
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
|
Loading…
Reference in New Issue