ci: run all main workflows on push to "binaries"
This commit is contained in:
		
							parent
							
								
									122620c335
								
							
						
					
					
						commit
						ed98619e05
					
				
							
								
								
									
										2
									
								
								.github/workflows/linux-x64-static.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/linux-x64-static.yml
									
									
									
									
										vendored
									
									
								
							| @ -7,7 +7,7 @@ name: linux-x64 static binaries | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|     branches: [ ci-linux-x64 ] | ||||
|     branches: [ ci-linux-x64, binaries ] | ||||
|     #tags: | ||||
|     #  - '[0-9]+.[0-9]+' | ||||
|     #  - '[0-9]+.[0-9]+-*' | ||||
|  | ||||
							
								
								
									
										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. | ||||
|   # (https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/2) | ||||
|   push: | ||||
|     branches: [ simon, simon2 ] | ||||
|     branches: [ simon, simon2, binaries ] | ||||
| 
 | ||||
|   # On pull request branches against these branches, when pushed. | ||||
|   pull_request: | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/mac-x64.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/mac-x64.yml
									
									
									
									
										vendored
									
									
								
							| @ -8,7 +8,7 @@ on: | ||||
|   schedule: | ||||
|   - cron: "0 07 * * 0"  # sunday midnight pacific | ||||
|   push: | ||||
|     branches: [ ci-mac ] | ||||
|     branches: [ ci-mac, binaries ] | ||||
|   workflow_dispatch: | ||||
| 
 | ||||
| jobs: | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/windows-x64.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/windows-x64.yml
									
									
									
									
										vendored
									
									
								
							| @ -9,7 +9,7 @@ on: | ||||
|   schedule: | ||||
|   - cron: "0 07 * * 0"  # sunday midnight pacific | ||||
|   push: | ||||
|     branches: [ ci-windows ] | ||||
|     branches: [ ci-windows, binaries ] | ||||
|   workflow_dispatch: | ||||
| 
 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user