Godot template repository for my programs
Diffstat (limited to '.github/workflows/export.yml')
| -rw-r--r-- | .github/workflows/export.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml index 80bc4ec..b157053 100644 --- a/.github/workflows/export.yml +++ b/.github/workflows/export.yml @@ -8,7 +8,8 @@ on: - "**.import" - "**.tres" - "**.ttf" - - "**.yml" + - ".github/workflows/export.yml" + - "export_presets.cfg" branches: - main |