From bb46ac92aea6f2a67dd22b7c85a74b355f6a46f9 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Sun, 11 Aug 2024 18:04:47 +0200 Subject: [PATCH] test --- .gitea/workflows/linux.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/linux.yml b/.gitea/workflows/linux.yml index 8d39828..84f3335 100644 --- a/.gitea/workflows/linux.yml +++ b/.gitea/workflows/linux.yml @@ -1,17 +1,11 @@ name: Linux arm64 run-name: Build And Test -on: - push: - branches: - - main - pull_request: - branches: - - main +on: [push] jobs: Build: - runs-on: ubuntu-latest + runs-on: ubuntu-test steps: - name: Check out repository code uses: actions/checkout@v3