mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
run on forked branches
This commit is contained in:
parent
e787097874
commit
52647fcd88
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -3,11 +3,10 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- "!master"
|
||||
pull_request:
|
||||
branches:
|
||||
- "master"
|
||||
types: [closed]
|
||||
- "**"
|
||||
types: [opened, synchronize]
|
||||
|
||||
concurrency:
|
||||
group: build-${{ github.event.pull_request.number || github.ref }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue