Only run on pull_requests

This commit is contained in:
Abraham Gonzalez
2022-01-19 20:39:50 -08:00
committed by GitHub
parent 97a7783b04
commit 914713a1be

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