exclude zig-develop* branches from main build CI
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 4m46s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 4m46s
				
			This commit is contained in:
		
							parent
							
								
									a5929c2d5e
								
							
						
					
					
						commit
						fcf456137f
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		|  | @ -1,6 +1,10 @@ | |||
| name: AWS-Zig Build | ||||
| run-name: ${{ github.actor }} building AWS Zig SDK | ||||
| on: [push] | ||||
| on: | ||||
|   push: | ||||
|     branches: | ||||
|       - '*' | ||||
|       - '!zig-develop*' | ||||
| env: | ||||
|   ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|   ACTIONS_RUNTIME_URL: ${{ env.GITHUB_SERVER_URL }}/api/actions_pipeline/ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue