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