diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 997bcba21a..891120d8ba 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -4,6 +4,7 @@ on: pull_request: branches: - master + jobs: push_to_registry: if: ${{ github.event.label.name == 'Build' }} diff --git a/README.md b/README.md index 77317090c1..68f1f77546 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file