diff --git a/.gitea/workflows/attempt-build.yaml b/.gitea/workflows/attempt-build.yaml index 839f608..396ede8 100644 --- a/.gitea/workflows/attempt-build.yaml +++ b/.gitea/workflows/attempt-build.yaml @@ -1,9 +1,11 @@ name: Build Code + on: - push: + pull_request: branches: - main + jobs: build: runs-on: ubuntu-latest