From 5a090d8d8fffe66c19410e87af452669b3971fb7 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 14 Apr 2024 00:07:29 +0100 Subject: [PATCH] ffs --- .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 11b30232..a5e05302 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -148,7 +148,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