ci: test: don't run on push to binaries
This commit is contained in:
		
							parent
							
								
									7d3b90f869
								
							
						
					
					
						commit
						7bf668b552
					
				
							
								
								
									
										2
									
								
								.github/workflows/linux-x64-test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/linux-x64-test.yml
									
									
									
									
										vendored
									
									
								
							| @ -20,7 +20,7 @@ on: | |||||||
|   # To avoid double workflow execution, don't use these branches for pull requests. |   # To avoid double workflow execution, don't use these branches for pull requests. | ||||||
|   # (https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/2) |   # (https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/2) | ||||||
|   push: |   push: | ||||||
|     branches: [ simon, simon2, binaries ] |     branches: [ simon, simon2 ] | ||||||
| 
 | 
 | ||||||
|   # On pull request branches against these branches, when pushed. |   # On pull request branches against these branches, when pushed. | ||||||
|   pull_request: |   pull_request: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user