mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-31 14:15:15 +00:00 
			
		
		
		
	Add release event trigger (#3226)
				
					
				
			Supersedes #764 Bitbucket does not support release webhooks. --------- Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
This commit is contained in:
		| @@ -40,7 +40,7 @@ | ||||
|           <Icon v-if="pipeline.event === 'pull_request'" name="pull-request" /> | ||||
|           <Icon v-else-if="pipeline.event === 'pull_request_closed'" name="pull-request-closed" /> | ||||
|           <Icon v-else-if="pipeline.event === 'deployment'" name="deployment" /> | ||||
|           <Icon v-else-if="pipeline.event === 'tag'" name="tag" /> | ||||
|           <Icon v-else-if="pipeline.event === 'tag' || pipeline.event === 'release'" name="tag" /> | ||||
|           <Icon v-else-if="pipeline.event === 'cron'" name="push" /> | ||||
|           <Icon v-else-if="pipeline.event === 'manual'" name="manual-pipeline" /> | ||||
|           <Icon v-else name="push" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user