mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
test pipeline
This commit is contained in:
parent
782aa93a43
commit
2b39968268
2 changed files with 3 additions and 0 deletions
1
.github/workflows/build-image.yaml
vendored
1
.github/workflows/build-image.yaml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
if: ${{ github.event.label.name == 'Build' }}
|
||||
|
|
|
|||
|
|
@ -356,3 +356,5 @@ also included in our repository in the `COPYING.LESSER` file.
|
|||
The go-ethereum binaries (i.e. all code inside of the `cmd` directory) are licensed under the
|
||||
[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), also
|
||||
included in our repository in the `COPYING` file.
|
||||
|
||||
#TESTEST
|
||||
Loading…
Reference in a new issue