Merge pull request #9467 from hugovk/ci-rm-feature-branch-restriction
Remove branch restriction to allow testing feature branches
This commit is contained in:
		
						commit
						548cc4fc17
					
				| 
						 | 
				
			
			@ -5,6 +5,7 @@ on:
 | 
			
		|||
    branches:
 | 
			
		||||
      - main
 | 
			
		||||
      - "[0-9]+.[0-9]+.x"
 | 
			
		||||
      - "test-me-*"
 | 
			
		||||
    tags:
 | 
			
		||||
      - "[0-9]+.[0-9]+.[0-9]+"
 | 
			
		||||
      - "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue