Merge pull request #3 from lyuboangelov/feature/add-workflow

test pipeline
This commit is contained in:
Lyuboslav Angelov 2023-11-13 18:52:59 +02:00 committed by GitHub
commit 7f5b0532bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -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' }}

View file

@ -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