From 2cd4ebf6e6304cdaff5502c778377a6189321161 Mon Sep 17 00:00:00 2001 From: Arneth Date: Thu, 4 May 2023 16:18:55 -0400 Subject: [PATCH] use unityci/editor --- .gitea/workflows/build.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ce831218c..244a817de 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,12 +1,15 @@ # .gitea/workflows/build.yaml name: Automated Unity Build run-name: ${{ github.actor }} is testing out Gitea Actions -on: [push] +on: + push: + branches: + - main jobs: Explore-Gitea-Actions: runs-on: [self-hosted, windows] container: - image: unityci/editor + image: ubuntu-latest steps: - run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"