From 7734c96c5f45d121f4919b427c09d2775cb3b4de Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 3 Feb 2022 09:25:53 -0500 Subject: [PATCH] Fix electronegativity workflow config Signed-off-by: Sebastian Malton --- .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: