mirror of
https://github.com/status-im/actions-hugo.git
synced 2025-01-09 12:25:42 +00:00
gha: Add paths-ignore to pull_request
This commit is contained in:
parent
3be578e3c5
commit
9aa9bf7c5a
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -3,6 +3,8 @@ name: 'Test'
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize]
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user