|
|
@@ -16,22 +16,22 @@ on:
|
|
|
- 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-**
|
|
|
+ # 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:
|
|
|
|