Skip to content

Commit c527a46

Browse files
committed
Replaced pipeline conditions with triggers
Signed-off-by: konrad <[email protected]>
1 parent c3b2a1a commit c527a46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ workspace:
321321
base: /go
322322
path: src/code.gitea.io/gitea
323323

324-
when:
324+
trigger:
325325
branch:
326326
- master
327327
event:
@@ -386,7 +386,7 @@ workspace:
386386
base: /go
387387
path: src/code.gitea.io/gitea
388388

389-
when:
389+
trigger:
390390
branch:
391391
- master
392392
event:
@@ -534,7 +534,7 @@ workspace:
534534
base: /go
535535
path: src/code.gitea.io/gitea
536536

537-
when:
537+
trigger:
538538
branch:
539539
- master
540540
event:

0 commit comments

Comments
 (0)