Explorar el Código

fix: only trigger on correct branch

pull/4/head
Rohan Verma hace 6 años
padre
commit
064a2e5d52
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml Ver fichero

@@ -13,7 +13,7 @@ steps:
key:
from_secret: ssh_key
script_stop: true
trigger:
when:
branch:
- master
script:
@@ -32,7 +32,7 @@ steps:
key:
from_secret: ssh_key
script_stop: true
trigger:
when:
branch:
- develop
script:

Cargando…
Cancelar
Guardar