From 4f674adc320e8c9040738dc7868695689ae3e30a Mon Sep 17 00:00:00 2001 From: Alessandro Bracco Date: Wed, 26 Apr 2023 13:58:49 +0200 Subject: [PATCH] test 3 --- .github/workflows/node.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 11b6cbf2..e7c7bcee 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -27,7 +27,8 @@ jobs: publish: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' # Runs only on commits on main branch + # TODO: restore me! + # if: github.ref == 'refs/heads/main' # Runs only on commits on main branch steps: - uses: actions/checkout@v3 - name: Publish to NPM registry