From b6da60e9dde2fa165647dae5c774d5c40abb4990 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Fri, 5 Apr 2024 00:33:53 +0300 Subject: [PATCH] ci: run the CI workflow without PR --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7f2e43..c857a2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: - main - release-* + - publish_last pull_request: {} workflow_dispatch: {}