From 8385d87d7a6e91b0d314f2c991f11bb1136ca828 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 13 Apr 2024 23:34:42 +0100 Subject: [PATCH] argh... --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 361b8616..6f8e5f7f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -147,7 +147,7 @@ jobs: - static - upgrade - test - if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/branch-2') + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/branch-2') steps: - name: Checkout uses: actions/checkout@v4