mirror of https://github.com/Chocobozzz/PeerTube
Trigger test build for any branch
parent
dcc30997d1
commit
44364d06d7
|
@ -2,6 +2,10 @@ name: "Stats"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
- ci
|
||||||
|
- next
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [synchronize, opened]
|
types: [synchronize, opened]
|
||||||
|
|
||||||
|
|
|
@ -2,11 +2,6 @@ name: Test Suite
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- develop
|
|
||||||
- master
|
|
||||||
- ci
|
|
||||||
- next
|
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [synchronize, opened]
|
types: [synchronize, opened]
|
||||||
schedule:
|
schedule:
|
||||||
|
|
Loading…
Reference in New Issue