mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
042b9cc4db
Pushes to master and stable branches will result in buildbot-like checks on multiple OSes and architectures. Pull requests will be checked on a public Ubuntu GitHub runner.
12 lines
170 B
YAML
12 lines
170 B
YAML
name: buildbot
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
- 'stable-1.*'
|
|
|
|
jobs:
|
|
buildbot:
|
|
uses: nginx/ci-self-hosted/.github/workflows/nginx-buildbot.yml@main
|