From 0c9df97a6b010d9ca697071994345290beb5d0e2 Mon Sep 17 00:00:00 2001 From: str1k3r <115313679+S1l3ntStr1ke87@users.noreply.github.com> Date: Tue, 12 May 2026 22:59:34 -0400 Subject: [PATCH] Rename workflow from Nightly to TU31 Release --- .github/workflows/{nightly.yml => TU31.yml} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{nightly.yml => TU31.yml} (97%) diff --git a/.github/workflows/nightly.yml b/.github/workflows/TU31.yml similarity index 97% rename from .github/workflows/nightly.yml rename to .github/workflows/TU31.yml index ef7fcd4e..a8a5fb97 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/TU31.yml @@ -1,10 +1,10 @@ -name: Nightly Release +name: TU31 Release on: workflow_dispatch: push: branches: - - 'main' + - 'TU31' paths: - '**' - '!.gitignore' @@ -16,7 +16,7 @@ permissions: contents: write concurrency: - group: nightly + group: TU31 cancel-in-progress: true jobs: @@ -86,7 +86,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: nightly + tag_name: TU31 name: Nightly Client Release body: | Requires at least Windows 7 and DirectX 11 compatible GPU to run.