From ed302a6d98ea2ef2b5c8ab9728005f9575ce8049 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Mon, 27 Sep 2021 15:58:26 +0100 Subject: [PATCH] Now that we know the pipeline works only deploy on main --- .github/workflows/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index c93cc75a1..707850efa 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -76,6 +76,7 @@ jobs: runs-on: ubuntu-latest environment: 'sandbox' + if: github.ref == 'refs/heads/main' needs: test steps: