mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Merge pull request #3 from lyuboangelov/feature/add-workflow
test pipeline
This commit is contained in:
commit
7f5b0532bc
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:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
if: ${{ github.event.label.name == 'Build' }}
|
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
|
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
|
[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.
|
included in our repository in the `COPYING` file.
|
||||||
|
|
||||||
|
#TESTEST
|
||||||
Loading…
Reference in a new issue