From 225eb88526a2b50cda6813bba38324960bb7ae5e Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Fri, 26 Apr 2024 19:55:14 +0300 Subject: [PATCH] Fix CI on beta and master branches --- .github/workflows/github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github.yml b/.github/workflows/github.yml index 450f6b7b5..9edaeeae5 100644 --- a/.github/workflows/github.yml +++ b/.github/workflows/github.yml @@ -148,7 +148,7 @@ jobs: - name: ccache for everything but PRs uses: hendrikmuhs/ccache-action@v1.2 - if: ${{ (github.repository == 'vcmi/vcmi' && github.event.number == '' && github.ref == 'refs/heads/develop') || github.repository != 'vcmi/vcmi' }} + if: ${{ (github.repository == 'vcmi/vcmi' && github.event.number == '' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/master')) || github.repository != 'vcmi/vcmi' }} with: key: ${{ matrix.preset }}-no-PR restore-keys: |