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: