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]