From 26664495724ab51dc32ff42b562fffad974a95c5 Mon Sep 17 00:00:00 2001 From: franckgaga Date: Sat, 29 Aug 2026 15:08:27 -0400 Subject: [PATCH] doc: correct `juliaci.yml` Following bugfix at https://github.com/julia-testitems/testitem-workflow/pull/24 --- .github/workflows/juliaci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/juliaci.yml b/.github/workflows/juliaci.yml index 6589d1d07..d17cec547 100644 --- a/.github/workflows/juliaci.yml +++ b/.github/workflows/juliaci.yml @@ -1,9 +1,7 @@ name: Julia CI on: - push: - branches: [main,master] - tags: ['v*'] + push: {branches: [main,master], tags: ['**']} pull_request: {types: [opened,synchronize,reopened,ready_for_review,converted_to_draft]} issue_comment: {types: [created]} workflow_dispatch: