Browse Source

fix: only trigger on correct branch

pull/4/head
Rohan Verma 6 years ago
parent
commit
064a2e5d52
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml View File

key: key:
from_secret: ssh_key from_secret: ssh_key
script_stop: true script_stop: true
trigger:
when:
branch: branch:
- master - master
script: script:
key: key:
from_secret: ssh_key from_secret: ssh_key
script_stop: true script_stop: true
trigger:
when:
branch: branch:
- develop - develop
script: script:

Loading…
Cancel
Save