mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-13 23:26:48 +01:00
Trigger on docs/wiki branch
This commit is contained in:
parent
51975cbe40
commit
8a12d324e3
4
.github/workflows/wiki.yml
vendored
4
.github/workflows/wiki.yml
vendored
@ -12,7 +12,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- 'wiki/**'
|
- 'wiki/**'
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'docs/wiki'
|
||||||
#
|
#
|
||||||
# Releases cause this action to also fire.
|
# Releases cause this action to also fire.
|
||||||
# Using this prevents this problem.
|
# Using this prevents this problem.
|
||||||
@ -45,7 +45,7 @@ jobs:
|
|||||||
# We only want to target files in the wiki folder
|
# We only want to target files in the wiki folder
|
||||||
#
|
#
|
||||||
MD_FOLDER: 'wiki'
|
MD_FOLDER: 'wiki'
|
||||||
WIKI_PUSH_MESSAGE: 'Updating wiki from commit ${{ github.event.after }}'
|
WIKI_PUSH_MESSAGE: '${{ github.event.commits[0].message }}'
|
||||||
#
|
#
|
||||||
# We skip/ignore the README.md file in the Wiki folder
|
# We skip/ignore the README.md file in the Wiki folder
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user