Trigger on docs/wiki branch

This commit is contained in:
Andre_601 2020-07-31 14:50:30 +02:00 committed by GitHub
parent 51975cbe40
commit 8a12d324e3
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
#