From b2ca6454edd36d444e0a2801d535c3467f5d3c80 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Wed, 4 Nov 2020 20:00:16 +0100 Subject: [PATCH] Update template_initialization.yaml --- .github/workflows/template_initialization.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/template_initialization.yaml b/.github/workflows/template_initialization.yaml index 6af9716..3ce30ad 100644 --- a/.github/workflows/template_initialization.yaml +++ b/.github/workflows/template_initialization.yaml @@ -1,10 +1,5 @@ -on: - push: - branches: - - develop - pull_request: - branches: - - develop +on: create + jobs: template_initialization: runs-on: ubuntu-latest @@ -19,7 +14,7 @@ jobs: - name: Checks results run: | - if [ "$IS_VALID_NODE_MODULE_NAME" = "true" ]; then + if [ "$IS_VALID_NODE_MODULE_NAME" = "false" ]; then echo $MODULE_NAME" is not a valid node module name" false fi