From d462f93b295abb218799af493e145b710d298489 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 24 Oct 2022 13:46:32 +0200 Subject: [PATCH] ci: run test workflows on merge requests --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 346ea88..227d4dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,12 @@ --- name: Tests on: - - push + push: + # This should disable running the workflow on tags, according to the + # on.. GitHub Actions docs. + branches: + - "*" + pull_request: jobs: