mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Actions: Add github actions for CI
This commit is contained in:
parent
6d0af77fba
commit
26de8c65ad
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -3,11 +3,13 @@ name: "CI"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- *
|
- develop
|
||||||
|
- ?.0release
|
||||||
- feature/*
|
- feature/*
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- *
|
- develop
|
||||||
|
- ?.0release
|
||||||
- feature/*
|
- feature/*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue