From 5bf84f1ccf149aae72a12aa622b4fea396d039c5 Mon Sep 17 00:00:00 2001 From: Brynley Llewellyn-Roux Date: Thu, 4 Jul 2024 15:08:52 +1000 Subject: [PATCH] chore: fix ci naming error --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20054c064..b99764a96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: build-pull: name: "Build / Pull Request" runs-on: ubuntu-latest - if: github.ref == 'refs/head/staging' + if: github.ref == 'refs/heads/staging' steps: - uses: actions/checkout@v4 - name: Create pull request