From fdd5cd7bdca8a744fcd0a74ee955e5f9670ee268 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Fri, 6 Dec 2024 14:09:52 +0100 Subject: [PATCH] test --- .gitea/workflows/build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a244a4c..4908122 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,10 +1,10 @@ name: build -on: - pull_request: - types: - - closed - branches: - - main +on: push +# pull_request: +# types: +# - closed +# branches: +# - main jobs: build: runs-on: ubuntu-latest