add pull_request CI trigger event

This commit is contained in:
Zhang Jingqiang 2024-03-04 15:44:21 +08:00 committed by Zhang Jingqiang
parent db46b5162d
commit 4fa5aab909
3 changed files with 12 additions and 0 deletions

View file

@ -8,6 +8,10 @@ on:
- 'demo/**'
- 'scripts/**'
- 'g3proxy/doc/**'
pull_request:
branches:
- master
- 'rel/**'
env:
CARGO_TERM_COLOR: always