Compare commits
No commits in common. "f795ef62e836688fdc0338b38d2f231b22a4b864" and "55aaa5cf4acceaaf4ce0c5eeb51e9b89a5f3bd1d" have entirely different histories.
f795ef62e8
...
55aaa5cf4a
@ -1,6 +1,9 @@
|
||||
name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user