mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-07-21 14:04:29 +02:00
Only trigger publish_site on specific paths
This commit is contained in:
@@ -12,11 +12,10 @@ on:
|
|||||||
#
|
#
|
||||||
branches:
|
branches:
|
||||||
- 'wiki'
|
- 'wiki'
|
||||||
#
|
paths:
|
||||||
# Ignore changes to the README.md file
|
- ".theme/**"
|
||||||
#
|
- "docs/**"
|
||||||
paths-ignore:
|
- "mkdocs.yml"
|
||||||
- 'README.md'
|
|
||||||
#
|
#
|
||||||
# Releases cause this action to also fire.
|
# Releases cause this action to also fire.
|
||||||
# Using this prevents this problem.
|
# Using this prevents this problem.
|
||||||
|
|||||||
Reference in New Issue
Block a user