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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- v2
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/workflows/openvidu-components-angular-E2E.yml"
|
- ".github/workflows/openvidu-components-angular-E2E.yml"
|
||||||
- "openvidu-components-angular/**"
|
- "openvidu-components-angular/**"
|
||||||
|
@ -10,7 +10,7 @@ on:
|
||||||
- "openvidu-server/deployments/**"
|
- "openvidu-server/deployments/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- v2
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
TEST_IMAGE:
|
TEST_IMAGE:
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
name: openvidu-components-angular E2E
|
name: openvidu-components-angular E2E
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- v2
|
||||||
paths:
|
paths:
|
||||||
- 'openvidu-components-angular/**'
|
- 'openvidu-components-angular/**'
|
||||||
- 'openvidu-browser/**'
|
- 'openvidu-browser/**'
|
||||||
|
@ -8,7 +10,7 @@ on:
|
||||||
- '.github/workflows/openvidu-components-angular-E2E.yml'
|
- '.github/workflows/openvidu-components-angular-E2E.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- v2
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
commit_sha:
|
commit_sha:
|
||||||
|
|
Loading…
Reference in New Issue