From 5192993ff3ddf01c53d2562d482c2d78113bdd6c Mon Sep 17 00:00:00 2001 From: Lucas Pedroza <40873230+pnwpedro@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:27:21 +0200 Subject: [PATCH] Run pipeline on any change in repo (#126) --- concourse/pipeline.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index 4a9d5a0..6d7a3f4 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -18,8 +18,6 @@ resources: uri: git@github.com:fauna/fauna-go.git branch: main private_key: ((github-ssh-key)) - paths: - - version - name: testtools-repo type: git