From 6fcde1aee8d498e807071e6ae867a6ae95e683fe Mon Sep 17 00:00:00 2001 From: Felipe Peter Date: Mon, 8 Jan 2024 21:27:30 +0100 Subject: [PATCH] ci: Run test pipeline for all pull requests --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 543e0db..33130ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,8 +2,6 @@ name: Run tests on: pull_request: - branches: - - main push: branches: - main