mirror of
https://github.com/nginx/nginx.git
synced 2024-12-18 05:10:42 -06:00
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
|