;ci: push: re-enable the quick push workflow
This commit is contained in:
		
							parent
							
								
									08d7fe97f5
								
							
						
					
					
						commit
						28f25f5b2d
					
				
							
								
								
									
										13
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							| @ -1,17 +1,12 @@ | ||||
| # Light CI tests: build and run functional tests with one GHC version, | ||||
| # using less compute power and emitting less carbon. | ||||
| # | ||||
| # Runs: on notable (eg, not just doc files) push to master. | ||||
| # Currently disabled in favour of linux.yml. | ||||
| # Quick tests for notable pushes to master, | ||||
| # minimising compute power and carbon emissions. | ||||
| # Builds incrementally and runs functional tests with one GHC version. | ||||
| 
 | ||||
| name: push CI | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|     # branches: [ master ] | ||||
|     # disable this workflow: | ||||
|     branches-ignore: | ||||
|       - '**' | ||||
|     branches: [ master ] | ||||
|     paths: | ||||
|       - '.github/workflows/push.yml' | ||||
|       - 'stack*.yaml' | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user