mirror of https://github.com/OpenVidu/openvidu.git
ci: Start jobs only when changes are made in v2 branch
parent
babe7be554
commit
7132277d47
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue