mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Merge pull request #406 from PlaceholderAPI/master
Trigger on docs/wiki branch
This commit is contained in:
commit
b24b127ad5
4
.github/workflows/wiki.yml
vendored
4
.github/workflows/wiki.yml
vendored
@ -12,7 +12,7 @@ on:
|
||||
paths:
|
||||
- 'wiki/**'
|
||||
branches:
|
||||
- 'master'
|
||||
- 'docs/wiki'
|
||||
#
|
||||
# Releases cause this action to also fire.
|
||||
# Using this prevents this problem.
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
# We only want to target files in the wiki folder
|
||||
#
|
||||
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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user