Add trigger
	
		
			
	
		
	
	
		
			
				
	
				continuous-integration/drone Build is passing
				
					Details
				
			
		
	
				
					
				
			
				
	
				continuous-integration/drone Build is passing
				
					Details
				
			
		
	This commit is contained in:
		
							parent
							
								
									3d3748a82b
								
							
						
					
					
						commit
						3f1a5b1ce7
					
				
							
								
								
									
										10
									
								
								.drone.yml
								
								
								
								
							
							
						
						
									
										10
									
								
								.drone.yml
								
								
								
								
							|  | @ -7,4 +7,12 @@ steps: | ||||||
|   image: golang:1.18.0 |   image: golang:1.18.0 | ||||||
|   commands: |   commands: | ||||||
|     - go get ./... |     - go get ./... | ||||||
|     - go test ./... |     - go test ./... | ||||||
|  | 
 | ||||||
|  | trigger: | ||||||
|  |   branch: | ||||||
|  |   - master | ||||||
|  |   event: | ||||||
|  |   - push   | ||||||
|  |   - cron | ||||||
|  |   - custom   | ||||||
		Loading…
	
		Reference in New Issue