From ce180792db5345b7e4409dae1cc23c0505743c10 Mon Sep 17 00:00:00 2001 From: Namu Date: Mon, 23 Mar 2026 14:28:00 +0100 Subject: [PATCH] fix: simplify the trigger of the CI --- .gitea/workflow/basic-pipeline.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflow/basic-pipeline.yml b/.gitea/workflow/basic-pipeline.yml index 32d7598..fa18cdb 100644 --- a/.gitea/workflow/basic-pipeline.yml +++ b/.gitea/workflow/basic-pipeline.yml @@ -1,10 +1,7 @@ name: Build project -on: - push: - branches: - - '**' - pull_request: +# run automatically when a push or pull request is triggered +on: [push, pull_request] jobs: build: