ci: Only listen on push master branch and PRs to master

pull/739/head
cruizba 2022-06-09 15:22:34 +02:00
parent 91c328b58f
commit a18b15146f
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
name: OpenVidu CE Tests
on:
push:
branches:
- master
paths-ignore:
- 'openvidu-components-angular/**'
- 'openvidu-server/docker/**'