From 2b39968268ecaef3135273362590085ccf66e35b Mon Sep 17 00:00:00 2001 From: Mona Lisa Date: Mon, 13 Nov 2023 11:51:57 -0500 Subject: [PATCH] test pipeline --- .github/workflows/build-image.yaml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) 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