From b5405e21cdaa4f119bf21dfc352281fe5a9f676f Mon Sep 17 00:00:00 2001 From: Stephann V <3025661+stephannv@users.noreply.github.com> Date: Tue, 18 Apr 2023 08:47:22 -0300 Subject: [PATCH] Add `on: :pull_request` to CI workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Johannes Müller --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b218e6f..8211741 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: CI on: push: + pull_request: jobs: test: