|
|
@@ -4,10 +4,34 @@ on:
|
|
|
push:
|
|
|
branches:
|
|
|
- master
|
|
|
+ paths:
|
|
|
+ - .github/workflows/ci-app-prod.yml
|
|
|
+ - .github/workflows/reusable-app-prod.yml
|
|
|
+ - .github/workflows/reusable-app-reg-suit.yml
|
|
|
+ - tsconfig.base.json
|
|
|
+ - yarn.lock
|
|
|
+ - packages/app/**
|
|
|
+ - '!packages/app/docker/**'
|
|
|
+ - packages/core/**
|
|
|
+ - packages/slack/**
|
|
|
+ - packages/ui/**
|
|
|
+ - packages/plugin-**
|
|
|
pull_request:
|
|
|
branches:
|
|
|
- master
|
|
|
types: [opened, reopened, synchronize]
|
|
|
+ paths:
|
|
|
+ - .github/workflows/ci-app-prod.yml
|
|
|
+ - .github/workflows/reusable-app-prod.yml
|
|
|
+ - .github/workflows/reusable-app-reg-suit.yml
|
|
|
+ - tsconfig.base.json
|
|
|
+ - yarn.lock
|
|
|
+ - packages/app/**
|
|
|
+ - '!packages/app/docker/**'
|
|
|
+ - packages/core/**
|
|
|
+ - packages/slack/**
|
|
|
+ - packages/ui/**
|
|
|
+ - packages/plugin-**
|
|
|
|
|
|
jobs:
|
|
|
|