From 25a29df7493d9cc4755b1db9bfb44a48b7e09329 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Fri, 19 Nov 2021 17:20:31 +0000 Subject: [PATCH] Avoid double action runs (#5148) --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d4b8bd854..ce6a9ab70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,8 @@ name: test on: push: pull_request: + branches: + - main jobs: unit: @@ -44,4 +46,4 @@ jobs: - name: npm run integration run: | npm install - npm run integration \ No newline at end of file + npm run integration