ci: push: run for all file changes, including small doc fixups
so that they get the success status and can then be pushed to master.
This commit is contained in:
		
							parent
							
								
									df8bfde04f
								
							
						
					
					
						commit
						c69f319b3f
					
				
							
								
								
									
										34
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										34
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							| @ -24,21 +24,25 @@ on: | ||||
|       - 'bin/*.hs' | ||||
|       - 'examples/**' | ||||
| 
 | ||||
|       # ignore certain boring paths completely (even if the commit message didn't begin with ;). | ||||
|       # XXX it would still be nice to check the commit messages. | ||||
|       # | ||||
|       # ignore changes to (most?) example files, though some func tests depend on them | ||||
|       - '!**.journal' | ||||
|       - '!**.j' | ||||
|       - '!**.ledger' | ||||
|       - '!**.csv' | ||||
|       # ignore changes to doc source files | ||||
|       - '!**.m4' | ||||
|       - '!**.md' | ||||
|       - '!**.1' | ||||
|       - '!**.5' | ||||
|       - '!**.info' | ||||
|       - '!**.txt' | ||||
|       # Run this workflow on changes to any file, including trivial doc fixes, | ||||
|       # since a successful run is required before merging into master. | ||||
|       # Hopefully caching will keep it relatively cheap. | ||||
|        | ||||
|       # # ignore certain boring paths completely (even if the commit message didn't begin with ;). | ||||
|       # # XXX it would still be nice to check the commit messages. | ||||
|       # # | ||||
|       # # ignore changes to (most?) example files, though some func tests depend on them | ||||
|       # - '!**.journal' | ||||
|       # - '!**.j' | ||||
|       # - '!**.ledger' | ||||
|       # - '!**.csv' | ||||
|       # # ignore changes to doc source files | ||||
|       # - '!**.m4' | ||||
|       # - '!**.md' | ||||
|       # - '!**.1' | ||||
|       # - '!**.5' | ||||
|       # - '!**.info' | ||||
|       # - '!**.txt' | ||||
| 
 | ||||
|   # also allow this workflow to be triggered manually | ||||
|   workflow_dispatch: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user