From 2e7c1bcb8ae436d7c61d6de7458dcda53857b8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Jourdan-Weil?= Date: Sun, 26 Nov 2023 17:16:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20ci:=20make=20the=20CI=20workflow?= =?UTF-8?q?=20callable=20from=20the=20publish=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f32d04b..8b30adb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: Continuous Integration on: + workflow_call: pull_request: branches: - '**'