tMerge remote-tracking branch 'origin/dev' into chisel-3.5-published
This commit is contained in:
8
.github/workflows/chipyard-run-tests.yml
vendored
8
.github/workflows/chipyard-run-tests.yml
vendored
@@ -1,6 +1,12 @@
|
||||
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:
|
||||
tools-cache-version: v13
|
||||
|
||||
Submodule generators/riscv-sodor updated: 0a0f04799f...52b26201ae
Reference in New Issue
Block a user