From 9ea05b7dc2549a5307912d25b98bc03e3f72318c Mon Sep 17 00:00:00 2001 From: Eyal-Danieli Date: Wed, 3 Dec 2025 15:42:29 +0200 Subject: [PATCH] adjust readme only for master --- .github/workflows/test-all.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index d8eb6c6e..31b4ef7a 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -111,7 +111,7 @@ jobs: update_readmes: needs: build_strategy_matrix - if: github.repository == 'mlrun/functions' || github.repository == 'mlrun/hub-assets' + if: (github.repository == 'mlrun/functions' || github.repository == 'mlrun/hub-assets') && github.ref == 'refs/heads/master' runs-on: ubuntu-latest permissions: contents: write