Skip to content

Commit a1ae2a5

Browse files
SessionHero01SessionHero01
authored andcommitted
Only trigger drone CI on push and tag
1 parent 4492f56 commit a1ae2a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.drone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
kind: pipeline
22
type: docker
33
name: Build and Publish
4+
trigger:
5+
event: [push, tag]
46

57
steps:
68
- name: check out

0 commit comments

Comments
 (0)