mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-12-01 21:09:17 -06:00
Trigger test build for any branch
This commit is contained in:
parent
dcc30997d1
commit
44364d06d7
4
.github/workflows/stats.yml
vendored
4
.github/workflows/stats.yml
vendored
@ -2,6 +2,10 @@ name: "Stats"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- ci
|
||||
- next
|
||||
pull_request:
|
||||
types: [synchronize, opened]
|
||||
|
||||
|
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -2,11 +2,6 @@ name: Test Suite
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
- ci
|
||||
- next
|
||||
pull_request:
|
||||
types: [synchronize, opened]
|
||||
schedule:
|
||||
|
Loading…
Reference in New Issue
Block a user