[godot] GH action

This commit is contained in:
Mario Zechner 2022-07-12 14:53:02 +02:00
parent f05120a920
commit fd88c17ced

View File

@ -2,11 +2,21 @@ name: Build and Publish Godot editor and templates
on:
push:
branches:
- "4.2-beta"
- "4.2"
- "4.3-beta"
- "4.3"
paths:
- ".github/workflows/spine-godot.yml"
- 'spine-godot/**'
- 'spine-cpp/**'
workflow_dispatch:
workflow_dispatch:
branches:
- "4.2-beta"
- "4.2"
- "4.3-beta"
- "4.3"
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}