From f048b55f21bf9ced4a2bc61df86efb4e93c88a52 Mon Sep 17 00:00:00 2001 From: Arneth Date: Thu, 4 May 2023 16:23:15 -0400 Subject: [PATCH] use unityci/editor --- .gitea/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 358673d60..14b8ebbfa 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,10 +1,10 @@ # .gitea/workflows/build.yaml name: Automated Unity Build run-name: ${{ github.actor }} is testing out Gitea Actions -on: - push: - branches: - - main +on: + push: + branches: + - main jobs: Explore-Gitea-Actions: runs-on: [self-hosted, windows]