1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Fix CI on beta and master branches

This commit is contained in:
Ivan Savenko 2024-04-26 19:55:14 +03:00
parent c524648c7b
commit 225eb88526

View File

@ -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: |