;ci: release: tweak
This commit is contained in:
		
							parent
							
								
									f6d1747ebd
								
							
						
					
					
						commit
						cdfc508e55
					
				
							
								
								
									
										5
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -1,4 +1,4 @@
 | 
				
			|||||||
# Create a github release, when a "v*" tag is pushed to master.
 | 
					# 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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -6,8 +6,7 @@ name: Create Release
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
    tags: [ 'v*' ]
 | 
					    tags: [ '[0-9]*' ]
 | 
				
			||||||
    branches: [ master ]
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user