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" ]