From 8eeb88dd346402f32f919dd224f697774e63a10a Mon Sep 17 00:00:00 2001 From: Antoine Nguyen Date: Fri, 26 Apr 2024 13:47:56 +0200 Subject: [PATCH] Run versioning workflow after tests on master branch --- .github/workflows/versioning.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 9879f00..dde5cfc 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -1,8 +1,11 @@ name: Update version file on: - push: + workflow_run: branches: [ master ] + workflows: [Modoboa installer] + types: + - completed jobs: update-version: