From 47709553fcc2cd7c2b39ec3fb2d446cf933919bf Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Sun, 18 Dec 2022 18:32:29 -0600 Subject: [PATCH] update pipeline --- pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipeline.yml b/pipeline.yml index 9d864c8..b1ac3fb 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -19,6 +19,7 @@ jobs: - name: build plan: - get: repo + trigger: true passed: [test] - task: build-linux file: repo/ci/build-linux.yml @@ -27,6 +28,7 @@ jobs: - name: deploy plan: - get: repo + trigger: true passed: [test, build] - task: deploy file: repo/ci/deploy.yml