Merge pull request 'drone: exclude pr from docker build' (#5) from dev into main
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			Reviewed-on: #5
This commit is contained in:
		
						commit
						e61b1fac01
					
				@ -24,4 +24,7 @@ steps:
 | 
				
			|||||||
        from_secret: password
 | 
					        from_secret: password
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      branch:
 | 
					      branch:
 | 
				
			||||||
        - main
 | 
					        - main
 | 
				
			||||||
 | 
					      event:
 | 
				
			||||||
 | 
					        exclude:
 | 
				
			||||||
 | 
					          - pull_request
 | 
				
			||||||
@ -19,7 +19,7 @@
 | 
				
			|||||||
              />
 | 
					              />
 | 
				
			||||||
            </a>
 | 
					            </a>
 | 
				
			||||||
            <p class="grow ma-off">
 | 
					            <p class="grow ma-off">
 | 
				
			||||||
              {{ share.type }}
 | 
					              {{ share.title }}
 | 
				
			||||||
            </p>
 | 
					            </p>
 | 
				
			||||||
            <button class="flat danger" @click="shareDisable(share)">
 | 
					            <button class="flat danger" @click="shareDisable(share)">
 | 
				
			||||||
              <awesome-icon icon="trash" />
 | 
					              <awesome-icon icon="trash" />
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user