Skip to content

Commit

Permalink
fix: release pipeline (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-byte-cpu authored Apr 30, 2021
1 parent 9d02f3b commit 77e51cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ type: docker
name: sx-ci

trigger:
branch:
- master
ref:
- refs/heads/master
- refs/pull/*/head
- refs/tags/*
event:
- push
- tag
Expand Down Expand Up @@ -62,8 +64,6 @@ depends_on:
- sx-ci

trigger:
branch:
- master
event:
- tag

Expand Down

0 comments on commit 77e51cf

Please sign in to comment.