diff --git a/.gitea/workflows/pr-pipeline.yaml b/.gitea/workflows/pr-pipeline.yaml index d20aa7d..3aa7f52 100644 --- a/.gitea/workflows/pr-pipeline.yaml +++ b/.gitea/workflows/pr-pipeline.yaml @@ -1,5 +1,12 @@ name: PR Pipeline — Authorize → Validate → Review → Merge on: + push: + branches: [master] + paths: + - '**.prose.md' + - 'scripts/**.sh' + - '**.yaml' + - '**.yml' pull_request: types: [opened, synchronize, reopened] paths: