deploy action now only for tags pushed
This commit is contained in:
		
							parent
							
								
									1afcdf8735
								
							
						
					
					
						commit
						2a99bbead4
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -1,8 +1,8 @@
 | 
				
			||||||
# on:
 | 
					on:
 | 
				
			||||||
#   push:
 | 
					  push:
 | 
				
			||||||
#     tags:
 | 
					    tags:
 | 
				
			||||||
#       - 'v*'
 | 
					      - 'v*'
 | 
				
			||||||
on: [push]
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    runs-on: docker
 | 
					    runs-on: docker
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue