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

@@ -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:

Loading…
Cancel
Save