From ea09479224f32e172dd0c795ea79cd2522e316fc Mon Sep 17 00:00:00 2001 From: Callum Dunster Date: Fri, 6 Sep 2024 17:28:39 +0200 Subject: [PATCH] chore(ci): add pull_request as a trigger for performance workflow --- .github/workflows/performance.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/performance.yaml b/.github/workflows/performance.yaml index 67fdc781..88923dc0 100644 --- a/.github/workflows/performance.yaml +++ b/.github/workflows/performance.yaml @@ -1,6 +1,8 @@ name: "Performance Tests" on: + pull_request: + branches: [ main, develop ] workflow_dispatch: jobs: