ソースを参照

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:

読み込み中…
キャンセル
保存