mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Merge pull request #2 from lyuboangelov/feature/add-workflow
change branch name
This commit is contained in:
commit
812d086a03
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:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
- master
|
||||
jobs:
|
||||
push_to_registry:
|
||||
if: ${{ github.event.label.name == 'Build' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue