From 6ef6762bd680aaf5547322725b22a828c5520b66 Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Wed, 6 Dec 2023 14:22:35 -0800 Subject: [PATCH] we use main, not master --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index f138f28..c5bc44c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -34,7 +34,7 @@ jobs: env: # Only push if this is develop, otherwise we just want to build # On a PR github.ref is the target branch, so don't push for that either - PUSH: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }} + PUSH: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }} steps: - name: Check out