From a1273e579d02cd5a8c253625b7d49055056daf4a Mon Sep 17 00:00:00 2001 From: ITensorBot <278814285+ITensorBot@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:49:55 -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 9185405..b898315 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -3,7 +3,6 @@ on: push: branches: - "main" - tags: "*" pull_request_target: types: - "opened" 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: