diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8c9786f..6967dae 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,7 +6,7 @@ on: [push] #types: [closed] jobs: build-and-push: - if: gitea.event.pull_request.merged == true + #if: gitea.event.pull_request.merged == true runs-on: ubuntu-latest container: image: catthehacker/ubuntu:act-latest