From 8521178c3b2aca2f27245adf8a44fdfcfc8d86f3 Mon Sep 17 00:00:00 2001 From: Peter Houghton Date: Wed, 22 May 2024 18:50:32 +0000 Subject: [PATCH] Fix branch name --- .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 ce52795..090f98a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # Only run this job if "build" has ended successfully needs: - build-and-test - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: # Checks-out your repository under $GITHUB_WORKSPACE