From e6e6160aee247091cba8763290e3341f752b3d8f Mon Sep 17 00:00:00 2001 From: splincode Date: Tue, 1 Oct 2024 19:16:47 +0300 Subject: [PATCH] ci: evergreen lint rules --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bae0b60..72704247 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,8 +12,10 @@ on: - patch - minor - major - schedule: - - cron: '0 7 * * 1' + push: + branches: [main] + paths: + - 'projects/**' jobs: release: