This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
rhnvrm
/
rohanverma.net
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: only trigger on correct branch
pull/4/head
Rohan Verma
6 years ago
parent
0f359855e2
commit
064a2e5d52
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save