Compare commits

..

No commits in common. "f795ef62e836688fdc0338b38d2f231b22a4b864" and "55aaa5cf4acceaaf4ce0c5eeb51e9b89a5f3bd1d" have entirely different histories.

2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
name: Test
on:
push:
branches-ignore:
- master
pull_request:
jobs:

View File

@ -29,7 +29,7 @@ macOS runner runs jobs **directly on the host** (no Docker container) — macOS
## Test Pipeline (`.woodpecker/test.yml`)
**Triggers:** Pull requests only.
**Triggers:** Every push to non-`master` branches and all pull requests.
```
Pipeline steps: