Run calculate_matrix job on the master branch

This allows us to reuse its cache on PR CI jobs.
This commit is contained in:
Jakub Beránek
2025-06-09 08:10:55 +02:00
parent 7614592107
commit 54ed1b966f
4 changed files with 19 additions and 1 deletions
+4
View File
@@ -11,6 +11,10 @@ name: CI
on:
push:
branches:
# CI on master only serves for caching citool builds for the `calculate_matrix` job.
# In order to use GHA cache on PR CI (and auto/try) jobs, we need to write to it
# from the default branch.
- master
- auto
- try
- try-perf