From 8d7b7994f4f78c7867e5bea23bb73dff42a053ff Mon Sep 17 00:00:00 2001 From: Maxim Tsoy Date: Wed, 6 Mar 2024 16:51:47 +0100 Subject: [PATCH] trigger on release-automation push --- .github/workflows/ddg-release.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ddg-release.yml b/.github/workflows/ddg-release.yml index 4de91792..946ee0f3 100644 --- a/.github/workflows/ddg-release.yml +++ b/.github/workflows/ddg-release.yml @@ -3,11 +3,9 @@ name: Propagate Autoconsent To DDG Apps on: release: types: [ created ] - workflow_dispatch: - inputs: - testinput: - required: true - description: 'test input' + push: + branches: + - 'release-automation' env: VERSION: ${{ github.event.release.tag_name }}