diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b0bc3f5..2afd8f4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,10 +1,10 @@ name: build -on: push -# pull_request: -# types: -# - closed -# branches: -# - main +on: + pull_request: + types: + - closed + branches: + - main jobs: build: runs-on: remote