Merge pull request #406 from PlaceholderAPI/master

Trigger on docs/wiki branch
This commit is contained in:
Andre_601 2020-07-31 14:51:15 +02:00 committed by GitHub
commit b24b127ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
#