From 218ee098462721cf0a08703e7e3e53fc17b3fe74 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Tue, 12 Nov 2024 09:53:11 +0100 Subject: [PATCH] Add pull_request target to autoformat workflow --- .github/workflows/autoformat.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index 041a86ba1..323a68b6d 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -1,6 +1,7 @@ name: Autoformat on: + pull_request: push: jobs: