mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
add pull request trigger test (#488)
Co-authored-by: Liam Lai <liam.lai@datameshgroup.com>
This commit is contained in:
parent
0114ecabd0
commit
2fcd6f47bb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
|
|
|
|||
Loading…
Reference in a new issue