ci: fix trigger to run on push to all branches
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
b349586755
commit
40834fdfce
|
|
@ -7,7 +7,9 @@ trigger:
|
||||||
- push
|
- push
|
||||||
- tag
|
- tag
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/v*
|
include:
|
||||||
|
- refs/heads/**
|
||||||
|
- refs/tags/v*
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue