chore: enable E2E containers on Pull Requests

This commit is contained in:
Mrugesh Mohapatra
2023-11-02 11:17:41 +05:30
parent 5c5889dd3a
commit 7e1f7e060a

View File

@@ -8,13 +8,13 @@ on:
types:
- completed
# TODO: refactor with a workflow_call
# pull_request:
# paths-ignore:
# - 'docs/**'
# branches:
# - 'main'
# - 'next-**'
# - 'e2e-**'
pull_request:
paths-ignore:
- 'docs/**'
branches:
- 'main'
- 'next-**'
- 'e2e-**'
jobs:
build-client: