From bb47d2dbba3d4a6a8daa6c096db375a0bb7a9c0e Mon Sep 17 00:00:00 2001 From: ITensorBot <278814285+ITensorBot@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:50:15 -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 c3b11ec0..6a41ccb6 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 f53cfb2e..2fbc4781 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 70f6c8da..5b47c107 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: