ci: Start jobs only when changes are made in v2 branch

v2
Carlos Santos 2024-11-13 18:03:54 +01:00
parent babe7be554
commit 7132277d47
2 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@ name: OpenVidu CE Tests
on:
push:
branches:
- master
- v2
paths-ignore:
- ".github/workflows/openvidu-components-angular-E2E.yml"
- "openvidu-components-angular/**"
@ -10,7 +10,7 @@ on:
- "openvidu-server/deployments/**"
pull_request:
branches:
- master
- v2
workflow_dispatch:
inputs:
TEST_IMAGE:

View File

@ -1,6 +1,8 @@
name: openvidu-components-angular E2E
on:
push:
branches:
- v2
paths:
- 'openvidu-components-angular/**'
- 'openvidu-browser/**'
@ -8,7 +10,7 @@ on:
- '.github/workflows/openvidu-components-angular-E2E.yml'
pull_request:
branches:
- master
- v2
workflow_dispatch:
inputs:
commit_sha: