mirror of
https://github.com/nginx/nginx.git
synced 2026-04-15 22:09:26 -04:00
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.
11 lines
170 B
YAML
11 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
|