mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-08 21:13:46 +00:00
run on forked branches
This commit is contained in:
parent
30dd11a183
commit
91559f3955
1 changed files with 0 additions and 7 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -3,13 +3,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- "!main"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
types: [opened, synchronize, closed]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: build-${{ github.event.pull_request.number || github.ref }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue