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
52647fcd88
commit
30dd11a183
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -3,10 +3,13 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- "!main"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
types: [opened, synchronize]
|
||||
types: [opened, synchronize, closed]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: build-${{ github.event.pull_request.number || github.ref }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue