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