Only run on pull_requests
This commit is contained in:
8
.github/workflows/chipyard-run-tests.yml
vendored
8
.github/workflows/chipyard-run-tests.yml
vendored
@@ -1,13 +1,7 @@
|
|||||||
name: chipyard-ci-process
|
name: chipyard-ci-process
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# run ci when pushing to dev, master, and main only
|
# run ci on pull requests targeting dev, master, main only (since the ci runs on the merge commit)
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- dev
|
|
||||||
- master
|
|
||||||
- main
|
|
||||||
# run ci on pull requests targeting dev, master, main only
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
|||||||
Reference in New Issue
Block a user