gha: Add paths-ignore to pull_request
This commit is contained in:
parent
3be578e3c5
commit
9aa9bf7c5a
|
@ -3,6 +3,8 @@ name: 'Test'
|
|||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
|
Loading…
Reference in New Issue