Skip to content

Commit 43b93ca

Browse files
cometkimfhammerschmidt
authored andcommitted
ci: use state cache on master branch too
1 parent d405918 commit 43b93ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
| sed 's/,/-/g' >> "$GITHUB_OUTPUT"
253253
254254
- name: Restore compiler build state
255-
if: github.base_ref == 'master'
255+
if: github.base_ref == 'master' || github.ref == 'refs/heads/master'
256256
id: compiler-build-state
257257
uses: actions/cache/restore@v4
258258
with:

0 commit comments

Comments
 (0)