diff --git a/.github/workflows/reliese.yml b/.github/workflows/reliese.yml index 2a1a56d19b1..047c9e32fef 100644 --- a/.github/workflows/reliese.yml +++ b/.github/workflows/reliese.yml @@ -1,12 +1,12 @@ name: Build & Release on: - workflow_dispatch: # Позволяет запускать процесс вручную - push: - branches: [ master, staging, trying ] - pull_request: - types: [ opened, reopened, synchronize ] - branches: [ master ] + workflow_dispatch: + schedule: + - cron: '0 6 * * *' + workflow_run: + workflows: [Build & Test Release] + types: [completed] jobs: build: