mirror of
				https://github.com/PlaceholderAPI/PlaceholderAPI
				synced 2025-10-30 18:03:43 +01:00 
			
		
		
		
	Merge pull request #406 from PlaceholderAPI/master
Trigger on docs/wiki branch
This commit is contained in:
		
							
								
								
									
										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 | ||||||
|         # |         # | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user