ci: ignore paths unrelated to web app

This commit is contained in:
Abdullah Atta
2023-08-02 12:10:55 +05:00
committed by Abdullah Atta
parent 2d90caafc6
commit 8f41e25ac1

View File

@@ -5,6 +5,14 @@ on:
push:
branches:
- master
paths-ignore:
- "apps/mobile/**"
- "packages/editor-mobile/**"
- "apps/desktop/**"
- "apps/vericrypt/**"
- "servers/**"
- "packages/clipper/**"
- "extensions/web-clipper/**"
pull_request:
types:
- closed
@@ -12,6 +20,14 @@ on:
- reopened
branches:
- master
paths-ignore:
- "apps/mobile/**"
- "packages/editor-mobile/**"
- "apps/desktop/**"
- "apps/vericrypt/**"
- "servers/**"
- "packages/clipper/**"
- "extensions/web-clipper/**"
jobs:
build:
name: Build