diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 80f21641..bdbcb666 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -1,9 +1,6 @@ name: Test on: - push: - branches-ignore: - - master pull_request: jobs: diff --git a/docs/wiki/CICD-Pipeline.md b/docs/wiki/CICD-Pipeline.md index 8ef84bd4..4a483f98 100644 --- a/docs/wiki/CICD-Pipeline.md +++ b/docs/wiki/CICD-Pipeline.md @@ -29,7 +29,7 @@ macOS runner runs jobs **directly on the host** (no Docker container) — macOS ## Test Pipeline (`.woodpecker/test.yml`) -**Triggers:** Every push to non-`master` branches and all pull requests. +**Triggers:** Pull requests only. ``` Pipeline steps: