online multiplayer chess game (note server currently down)
Diffstat (limited to '.github/workflows/export.yml')
| -rw-r--r-- | .github/workflows/export.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml index 9b8610d..3ca3ea9 100644 --- a/.github/workflows/export.yml +++ b/.github/workflows/export.yml @@ -6,6 +6,8 @@ on: - "**.gd" - "**.tscn" - "**.import" + - "**.tres" + - "**.ttf" branches: - main |