From fad3248d37251d65a13a6f23b2090bd867173d84 Mon Sep 17 00:00:00 2001 From: ITensorBot <278814285+ITensorBot@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:47:38 -0400 Subject: [PATCH] Apply tag_trigger_cleanup patch --- .github/workflows/Documentation.yml | 2 +- .github/workflows/IntegrationTest.yml | 1 - .github/workflows/Tests.yml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index c3b11ec..6a41ccb 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -3,7 +3,7 @@ on: push: branches: - "main" - tags: "*" + tags: ["v*"] pull_request: ~ schedule: - cron: "1 4 * * 4" diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 373926f..aef9c70 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -3,7 +3,6 @@ on: push: branches: - "main" - tags: "*" paths: - "Project.toml" pull_request_target: diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 70f6c8d..5b47c10 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -5,7 +5,6 @@ on: - "master" - "main" - "release-" - tags: "*" paths-ignore: - "docs/**" pull_request: