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
|
||||
|
||||
on:
|
||||
# run ci when pushing to dev, master, and main only
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- master
|
||||
- main
|
||||
# run ci on pull requests targeting dev, master, main only
|
||||
# run ci on pull requests targeting dev, master, main only (since the ci runs on the merge commit)
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
Reference in New Issue
Block a user