From d9574ace65dc8e3f16646b08128d4516ae3634bd Mon Sep 17 00:00:00 2001 From: SoXX Date: Tue, 15 Oct 2024 10:26:29 +0200 Subject: [PATCH] ci: Update Actions to trigger on push to main branch --- .gitea/workflows/build_check.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build_check.yaml b/.gitea/workflows/build_check.yaml index e5c5c81..2496e8a 100644 --- a/.gitea/workflows/build_check.yaml +++ b/.gitea/workflows/build_check.yaml @@ -3,8 +3,7 @@ run-name: ${{ gitea.actor }} is testing the build on: push: branches: - - ci/* - - dev/* + - main pull_request: branches: [ "main" ]