From fb57ead14785b21db2a82325519b08821f1d2c68 Mon Sep 17 00:00:00 2001 From: Oliver Stolz <73951934+OliverStolzBO@users.noreply.github.com> Date: Tue, 7 May 2024 17:08:22 +0200 Subject: [PATCH] Always run test workflow on push to main (#19) --- .github/workflows/testing_and_coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing_and_coverage.yml b/.github/workflows/testing_and_coverage.yml index d20f4eb..794d77a 100644 --- a/.github/workflows/testing_and_coverage.yml +++ b/.github/workflows/testing_and_coverage.yml @@ -8,8 +8,8 @@ on: branches: - main push: - paths: - - 'client/src/**.ts' + branches: + - main permissions: contents: read