tMerge remote-tracking branch 'origin/dev' into chisel-3.5-published

This commit is contained in:
abejgonzalez
2022-01-20 15:43:20 -08:00
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
name: chipyard-ci-process name: chipyard-ci-process
on: [push] on:
# run ci on pull requests targeting dev, master, main only (since the ci runs on the merge commit)
pull_request:
branches:
- dev
- master
- main
env: env:
tools-cache-version: v13 tools-cache-version: v13