From cdc9d5f388d3782dfdf11b50fbfd3eae3c659acc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:56:20 +0000 Subject: [PATCH 1/2] Initial plan From 62cd7e773049737349ff5daf3fae9977f36288ce Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:59:07 +0000 Subject: [PATCH 2/2] Fix CI workflow: resolve artifact conflict and improve triggers Co-authored-by: yves-chevallier <52489316+yves-chevallier@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09d5016..d07955f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,10 @@ name: build-test-release on: push: - tags: ["v*.*.*"] + branches: + - "**" + tags: + - "v*.*.*" pull_request: workflow_dispatch: @@ -58,6 +61,7 @@ jobs: l3build ctan - name: Upload artifacts + if: matrix.engine == 'luatex' uses: actions/upload-artifact@v4 with: name: tonpkg-artifacts