From 83709c69953bbde2d822e950239e14a9220eb5e1 Mon Sep 17 00:00:00 2001 From: "akerl-cultivator[bot]" <135652386+akerl-cultivator[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:06:46 -0400 Subject: [PATCH] only export on main branch (#6) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87699b6..b63b8bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,4 +39,4 @@ jobs: env: EXPORTER_TOKEN: "${{ secrets.EXPORTER_TOKEN }}" JOB_STATUS: "${{ job.status }}" - if: "${{ always() }}" + if: always() && github.ref == 'refs/heads/main'