From c50cea6c47692d10b6cb75f7b9d0e6ba8da7c016 Mon Sep 17 00:00:00 2001 From: Tchoupinax Date: Mon, 25 Nov 2024 09:38:34 +0100 Subject: [PATCH] chore: trigger checks pipeline only on pull request --- .github/workflows/action-self-test.yml | 2 +- .github/workflows/checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action-self-test.yml b/.github/workflows/action-self-test.yml index bc02266..ea24847 100644 --- a/.github/workflows/action-self-test.yml +++ b/.github/workflows/action-self-test.yml @@ -1,6 +1,6 @@ name: "GitHub Action: Self-Test" on: - push: + pull_request: jobs: setup-iggy: diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 15e7ee2..02a4f5d 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,6 +1,6 @@ name: Checks on: - push: + pull_request: jobs: checks: