chore(ci): Reduce trigger scope for PRs (#6486)

This commit is contained in:
OJ Kwon 2022-11-20 16:54:01 -08:00 committed by GitHub
parent 553ba9c382
commit 7fe091af1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,11 @@
name: CI
on:
- push
- pull_request
pull_request:
types: ['opened', 'reopened', 'synchronize']
push:
branches:
- main
env:
CI: 1