diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0a15491..be31c1a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,8 +5,8 @@ on: push: branches: [ "development", "main", "staging"] tags: [ "v*.*.*" ] - pull_request: - branches: [ "development", "main", "staging" ] + #pull_request: + #branches: [ "development", "main", "staging" ] env: DOTNET_VERSION: '8.0.x'