From 80460885ee0e00aaf740da55bb47eb483c632e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20=C5=BBydek?= Date: Tue, 28 Nov 2023 15:12:02 +0200 Subject: [PATCH] ci: run ci when release is published --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26c26b29..80c35d4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: ci on: + release: + types: + - published push: branches-ignore: - main