diff --git a/.gitea/workflows/attempt-build.yaml b/.gitea/workflows/attempt-build.yaml index 839f608..8ab7282 100644 --- a/.gitea/workflows/attempt-build.yaml +++ b/.gitea/workflows/attempt-build.yaml @@ -1,8 +1,13 @@ name: Build Code + on: + pull_request: + branches: + - main push: branches: - main + - development jobs: build: