From 9fd3210d42bd7f5eeb9e8b08bd7446547418c780 Mon Sep 17 00:00:00 2001 From: Alexandra Capatina <46926675+alexandra-c@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:15:22 +0300 Subject: [PATCH] run tests on push --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 096b80f..ddcb0b9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,6 +4,9 @@ name: run tests on: + push: + branches: + - master pull_request: branches: [master] @@ -20,4 +23,4 @@ jobs: - name: Test EJS syntax run: npm run ejslint - name: Run tests - run: npm test \ No newline at end of file + run: npm test