;ci: disable the release workflow, hopefully
This commit is contained in:
		
							parent
							
								
									cdfc508e55
								
							
						
					
					
						commit
						94218ddde2
					
				
							
								
								
									
										1
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							| @ -9,6 +9,7 @@ name: push CI | ||||
| on: | ||||
|   push: | ||||
|     # branches: [ master ] | ||||
|     # disable this workflow: | ||||
|     branches-ignore: | ||||
|       - '**' | ||||
|     paths: | ||||
|  | ||||
							
								
								
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @ -1,12 +1,14 @@ | ||||
| # Create a github release, when a tag starting with a digit is pushed (anywhere ?) | ||||
| 
 | ||||
| # https://github.com/actions/create-release | ||||
| # https://github.com/actions/create-release - not ready for prime time, 20200609 | ||||
| 
 | ||||
| name: Create Release | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|     tags: [ '[0-9]*' ] | ||||
|     # disable this workflow: | ||||
|     branches-ignore: | ||||
|       - '**' | ||||
| 
 | ||||
| jobs: | ||||
|   build: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user