ci: Use paths-ignore instead of paths

pull/734/head
cruizba 2022-06-06 14:16:32 +02:00
parent 757923bbc4
commit c326c206c4
1 changed files with 4 additions and 4 deletions

View File

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