Skip to content

Commit

Permalink
change workflow branch
Browse files Browse the repository at this point in the history
  • Loading branch information
masakitenchi committed Jun 23, 2024
1 parent 2a63dfc commit aa0873e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_gitattributes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update Git Attributes
on:
push:
branches:
- 1.5-alpha
- alpha

jobs:
update_gitattributes:
Expand Down
2 changes: 1 addition & 1 deletion update_gitattribute.py
Original file line number Diff line number Diff line change
@@ -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).
"""

Expand Down

0 comments on commit aa0873e

Please sign in to comment.