Compare commits
No commits in common. "f795ef62e836688fdc0338b38d2f231b22a4b864" and "55aaa5cf4acceaaf4ce0c5eeb51e9b89a5f3bd1d" have entirely different histories.
f795ef62e8
...
55aaa5cf4a
@ -1,6 +1,9 @@
|
|||||||
name: Test
|
name: Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@ -29,7 +29,7 @@ macOS runner runs jobs **directly on the host** (no Docker container) — macOS
|
|||||||
|
|
||||||
## Test Pipeline (`.woodpecker/test.yml`)
|
## Test Pipeline (`.woodpecker/test.yml`)
|
||||||
|
|
||||||
**Triggers:** Pull requests only.
|
**Triggers:** Every push to non-`master` branches and all pull requests.
|
||||||
|
|
||||||
```
|
```
|
||||||
Pipeline steps:
|
Pipeline steps:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user