diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 3977263f6..5041e2cb6 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -3,6 +3,10 @@ name: cypress on: pull_request: branches: [ main ] + paths: [ "apps/admin-panel/**" ] + push: + branches: [ main ] + paths: [ "apps/admin-panel/**" ] workflow_dispatch: jobs: