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: | on: | ||||||
|   push: |   push: | ||||||
|     branches: [ ci-linux-x64 ] |     branches: [ ci-linux-x64, binaries ] | ||||||
|     #tags: |     #tags: | ||||||
|     #  - '[0-9]+.[0-9]+' |     #  - '[0-9]+.[0-9]+' | ||||||
|     #  - '[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. |   # 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 ] |     branches: [ simon, simon2, binaries ] | ||||||
| 
 | 
 | ||||||
|   # On pull request branches against these branches, when pushed. |   # On pull request branches against these branches, when pushed. | ||||||
|   pull_request: |   pull_request: | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/mac-x64.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/mac-x64.yml
									
									
									
									
										vendored
									
									
								
							| @ -8,7 +8,7 @@ on: | |||||||
|   schedule: |   schedule: | ||||||
|   - cron: "0 07 * * 0"  # sunday midnight pacific |   - cron: "0 07 * * 0"  # sunday midnight pacific | ||||||
|   push: |   push: | ||||||
|     branches: [ ci-mac ] |     branches: [ ci-mac, binaries ] | ||||||
|   workflow_dispatch: |   workflow_dispatch: | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/windows-x64.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/windows-x64.yml
									
									
									
									
										vendored
									
									
								
							| @ -9,7 +9,7 @@ on: | |||||||
|   schedule: |   schedule: | ||||||
|   - cron: "0 07 * * 0"  # sunday midnight pacific |   - cron: "0 07 * * 0"  # sunday midnight pacific | ||||||
|   push: |   push: | ||||||
|     branches: [ ci-windows ] |     branches: [ ci-windows, binaries ] | ||||||
|   workflow_dispatch: |   workflow_dispatch: | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user