From 4ba94d0f4f8defa319ef3297778f40bd7651195d Mon Sep 17 00:00:00 2001 From: ITOH Date: Tue, 8 Feb 2022 20:44:59 +0100 Subject: [PATCH] ci: also run tests on pull requests (#2007) --- .github/workflows/format.yml | 1 + .github/workflows/test.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index d0c803223..727adcd04 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -2,6 +2,7 @@ name: Check Formatting on: push: + pull_request: jobs: test: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90bcc71e4..7f98bd12c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,11 @@ on: - "plugins/**" - "src/**" - "tests/**" + pull_request: + paths: + - "plugins/**" + - "src/**" + - "tests/**" jobs: test: