From 2e96832b69ce835e7086a175df894a607712a310 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 1 Oct 2025 18:57:10 -0300 Subject: [PATCH] build: run CI when a release is published from Github UI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06513894..29e52da2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ on: branches: [ master ] pull_request: branches: [ master ] + release: + types: [published] jobs: validation: