Merge pull request #1092 from ucb-bar/abejgonzalez-patch-2

Only run CI on pull_requests
This commit is contained in:
Abraham Gonzalez
2022-01-20 12:37:23 -08:00
committed by GitHub

View File

@@ -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