From dac31b39313ff8adcc9c6b7e33ffc25d9204b976 Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Wed, 2 Aug 2023 15:47:28 -0400 Subject: [PATCH] Trigger CI on push and pull request (#693) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 23cce454..783258e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,5 +1,5 @@ name: Continuous Integration -on: [push] +on: [push, pull_request] jobs: linux-tests: