mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Run CI on all release branches (#8565)
We don't seem to agree on which character to use as a separator between `release` and `X.X.X` in release branch names (e.g. `release-0.23.1` or `release/0.23.0`). All those names start with `release`, though, so let's use that to identify releases.
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -6,7 +6,7 @@ on: | ||||
|     branches: | ||||
|       - dev | ||||
|       - master | ||||
|       - release/** | ||||
|       - release** | ||||
|     paths-ignore: | ||||
|       - 'README.md' | ||||
|       - 'doc/**' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stypox
					Stypox