From afa964486e838386f2556668f6585a3b5a6afb48 Mon Sep 17 00:00:00 2001 From: Felipe Peter Date: Tue, 9 Jan 2024 13:11:58 +0100 Subject: [PATCH] ci: Only run test pipeline on specific triggers Recommended for use with Graphite. See https://graphite.dev/docs/github-configuration-guidelines#github-actions for more info. --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33130ce..ee4b6c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,10 @@ name: Run tests on: pull_request: + types: + - opened + - synchronize + - reopened push: branches: - main