From 3a4ed2be41c3534d4a6cf8403ccee8ddca8f5965 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:05:33 -0400 Subject: [PATCH] only export on main branch (#52) --- .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 9eb5126..82ff923 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,4 +34,4 @@ jobs: env: EXPORTER_TOKEN: "${{ secrets.EXPORTER_TOKEN }}" JOB_STATUS: "${{ job.status }}" - if: "${{ always() }}" + if: always() && github.ref == 'refs/heads/main'