diff --git a/.github/workflows/spine-godot.yml b/.github/workflows/spine-godot.yml index 16331258a..20b742243 100644 --- a/.github/workflows/spine-godot.yml +++ b/.github/workflows/spine-godot.yml @@ -2,21 +2,11 @@ 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: - branches: - - "4.2-beta" - - "4.2" - - "4.3-beta" - - "4.3" env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/.gitignore b/.gitignore index 8f85bab07..bf1a1ee8f 100644 --- a/.gitignore +++ b/.gitignore @@ -177,4 +177,4 @@ spine-cocos2dx/example/build-macos spine-godot/logs !spine-godot/build spine-ts/spine-ts.zip -*.d +*.d \ No newline at end of file