diff --git a/.gitea/workflows/build_check.yaml b/.gitea/workflows/build_check.yaml index 9fb3f12..e5c5c81 100644 --- a/.gitea/workflows/build_check.yaml +++ b/.gitea/workflows/build_check.yaml @@ -3,8 +3,8 @@ run-name: ${{ gitea.actor }} is testing the build on: push: branches: - - main - ci/* + - dev/* pull_request: branches: [ "main" ]