From 52d763a07f36d8fa0dca5b28d555aa67353924ba Mon Sep 17 00:00:00 2001 From: Arad Maleki <79263953+aradmaleki02@users.noreply.github.com> Date: Thu, 15 Feb 2024 06:00:15 +0330 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 23fc374..8b01c6e 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -4,11 +4,10 @@ name: Python application on: - workflow_dispatch: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] + workflow_run: + workflows: ["deploy"] + types: + - completed permissions: contents: read