mirror of https://github.com/OpenVidu/openvidu.git
ci: Only listen on push master branch and PRs to master
parent
91c328b58f
commit
a18b15146f
|
@ -1,6 +1,8 @@
|
|||
name: OpenVidu CE Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'openvidu-components-angular/**'
|
||||
- 'openvidu-server/docker/**'
|
||||
|
|
Loading…
Reference in New Issue