From 846602b45f68d91b2347fe1d796732900afd7bd7 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Fri, 17 Jan 2025 10:09:48 -0500 Subject: [PATCH] Fix typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb156b7e..cc137c92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: test: name: Build, lint, and test on Node.js ${{ matrix.node }} # Prevent the action running twice when the event is both a push and pull request - if: github.event_name != 'push' || github.event_name == 'push && !github.event.pull_request + if: github.event_name != 'push' || github.event_name == 'push' && !github.event.pull_request runs-on: ubuntu-latest strategy: matrix: