mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
change branch name
This commit is contained in:
parent
fc5132ed1f
commit
782aa93a43
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build-image.yaml
vendored
3
.github/workflows/build-image.yaml
vendored
|
|
@ -3,8 +3,7 @@ name: Publish Docker image
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
if: ${{ github.event.label.name == 'Build' }}
|
if: ${{ github.event.label.name == 'Build' }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue