From 2b952e193ede738c47262c847abc106fc6db5157 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 3 Feb 2022 09:36:45 -0500 Subject: [PATCH] Fix electronegativity workflow config (#4809) --- .github/workflows/electronegativity.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/electronegativity.yml b/.github/workflows/electronegativity.yml index 6c52ed144f..059894530b 100644 --- a/.github/workflows/electronegativity.yml +++ b/.github/workflows/electronegativity.yml @@ -1,9 +1,11 @@ -on: - push: - name: Electronegativity on: - - pull_request + push: + branches: + - master + pull_request: + branches: + - master jobs: build_job: runs-on: ubuntu-latest @@ -12,7 +14,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: "14" - uses: doyensec/electronegativity-action@v1.1 with: