Skip to content

Improved workflows for CI and releases #1

Improved workflows for CI and releases

Improved workflows for CI and releases #1

Workflow file for this run

name: CI
on:
pull_request:
branches: [ "*" ]
jobs:
Build:
uses: ./.github/workflows/build.yml
with:
godot-version: 3.3.2
ubuntu-version: 20.04