From 27244a98b6d3f79b55459f1da97dbd987d283934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksa=20Siri=C5=A1ki?= <31509435+aleksasiriski@users.noreply.github.com> Date: Sun, 4 Feb 2024 21:03:52 +0100 Subject: [PATCH] ci: allow running tests on all PRs --- .github/workflows/testingci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testingci.yml b/.github/workflows/testingci.yml index 97906466..479a157f 100644 --- a/.github/workflows/testingci.yml +++ b/.github/workflows/testingci.yml @@ -2,7 +2,7 @@ name: Testing CI on: pull_request: - branches: ["main"] + branches: ["*"] paths: - ".github/workflows/testingci.yml" # this file - "go.mod"