From d59b0b815f01f5c29923521c1d7ee36fe219e518 Mon Sep 17 00:00:00 2001 From: Hannah Bollar Date: Wed, 14 Feb 2024 12:17:54 -0800 Subject: [PATCH] only on main Signed-off-by: Hannah Bollar --- .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 53955d0e..da36acf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: check-dist: - # if: github.ref == 'refs/heads/main' # This job runs only if the current branch is main + if: github.ref == 'refs/heads/main' # This job runs only if the current branch is main needs: build runs-on: ubuntu-latest steps: