From 2e927adca323b59d857d82f214a5e23fa08f215d Mon Sep 17 00:00:00 2001 From: Vitalii Makarchenkov Date: Mon, 1 Apr 2024 17:02:52 +0300 Subject: [PATCH] Remove unnecessary trigger for attach artifact --- .github/workflows/attach-artifact-release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index 131152768..f619a6ef8 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -4,12 +4,8 @@ on: pull_request: types: - closed - push: - branches: - - main jobs: - attach-artifact-to-release: uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.6.8 secrets: inherit \ No newline at end of file