瀏覽代碼

fix: only trigger on correct branch

pull/4/head
Rohan Verma 6 年之前
父節點
當前提交
064a2e5d52
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml 查看文件

@@ -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…
取消
儲存