From 46cc57d60fb3190f7c99b0fb2707f2e449f8f23d Mon Sep 17 00:00:00 2001 From: splincode Date: Fri, 12 Jul 2024 00:27:53 +0300 Subject: [PATCH] ci: update --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b8a4e033..112914e38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,10 @@ name: ⚠️ Release on: + push: + branches: [main] + paths: + - 'libs/**/*.ts' + - '!libs/**/*.spec.ts' workflow_dispatch: inputs: forcePush: