Skip to content

Commit

Permalink
ci: Start jobs only when changes are made in v2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Nov 13, 2024
1 parent babe7be commit 7132277
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openvidu-ce-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: OpenVidu CE Tests
on:
push:
branches:
- master
- v2
paths-ignore:
- ".github/workflows/openvidu-components-angular-E2E.yml"
- "openvidu-components-angular/**"
- "openvidu-server/docker/**"
- "openvidu-server/deployments/**"
pull_request:
branches:
- master
- v2
workflow_dispatch:
inputs:
TEST_IMAGE:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/openvidu-components-angular-E2E.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: openvidu-components-angular E2E
on:
push:
branches:
- v2
paths:
- 'openvidu-components-angular/**'
- 'openvidu-browser/**'
- 'openvidu-node-client/**'
- '.github/workflows/openvidu-components-angular-E2E.yml'
pull_request:
branches:
- master
- v2
workflow_dispatch:
inputs:
commit_sha:
Expand Down

0 comments on commit 7132277

Please sign in to comment.