From 5f98e1a0538599a7de5dd93ad430cd9bf47b984a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20N=C3=BCtzi?= Date: Tue, 24 Sep 2024 14:03:03 +0200 Subject: [PATCH] ci: also run on forked pull-requests :anchor: --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd7d42e5..259e33ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,6 +65,7 @@ workflows: - /feat\/.*/ - /bugfix\/.*/ - /fix\/.*/ + - /pull/.*/ - linux: matrix: parameters: @@ -73,8 +74,11 @@ workflows: branches: only: - /feature\/.*/ + - /feat\/.*/ - /bugfix\/.*/ - - "main" + - /fix\/.*/ + - /pull/.*/ + - main - windows: matrix: