This commit is contained in:
		
							parent
							
								
									c142b06565
								
							
						
					
					
						commit
						8763fb7edb
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -3,6 +3,8 @@ name: Release
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  release:
 | 
					  release:
 | 
				
			||||||
    types: [published]
 | 
					    types: [published]
 | 
				
			||||||
 | 
					  push:
 | 
				
			||||||
 | 
					    branches: [main]
 | 
				
			||||||
  workflow_dispatch: {}
 | 
					  workflow_dispatch: {}
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,8 +1,8 @@
 | 
				
			||||||
name: Unittests
 | 
					name: Unittests
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  push:
 | 
					  # push:
 | 
				
			||||||
    branches: [main]
 | 
					    # branches: [main]
 | 
				
			||||||
  workflow_dispatch: {}
 | 
					  workflow_dispatch: {}
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue