From aa0873e0ff6e772e126dcdc9bea200ca78abcb20 Mon Sep 17 00:00:00 2001 From: Manifold Paradox Date: Sun, 23 Jun 2024 22:04:07 +0900 Subject: [PATCH] change workflow branch --- .github/workflows/update_gitattributes.yaml | 2 +- update_gitattribute.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_gitattributes.yaml b/.github/workflows/update_gitattributes.yaml index 2abc868bfb..bff8c08bed 100644 --- a/.github/workflows/update_gitattributes.yaml +++ b/.github/workflows/update_gitattributes.yaml @@ -3,7 +3,7 @@ name: Update Git Attributes on: push: branches: - - 1.5-alpha + - alpha jobs: update_gitattributes: diff --git a/update_gitattribute.py b/update_gitattribute.py index b307cb04e5..5036bf2803 100644 --- a/update_gitattribute.py +++ b/update_gitattribute.py @@ -1,6 +1,6 @@ """ Generate .gitattributes file for HSK mods. -Unused mods will be marked as export-ignore, +Unused or currently unsupported mods will be marked as export-ignore, so they won't be included in the exported zip file (or when using download zip). """