mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
[godot] GH action
This commit is contained in:
parent
f05120a920
commit
fd88c17ced
12
.github/workflows/spine-godot.yml
vendored
12
.github/workflows/spine-godot.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user