From fd48795a9f922a3a0d97d0a7e1c894a0a4d29884 Mon Sep 17 00:00:00 2001 From: nrusso Date: Fri, 8 Dec 2023 00:14:06 -0300 Subject: [PATCH] ci: add workflow completed test required --- .github/workflows/release.yml | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49444b25..f79c0753 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,13 @@ on: push: branches: [ master ] + workflow_run: + workflows: ["Test"] # El nombre del workflow de pruebas + types: + - completed + branches: + - master + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/README.md b/README.md index 962690ec..4ba90b5e 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ with these tables. * users_has_roles * roles_has_permissions -And a function call `get_authorization`. +And a function call `get_authorization` with ... ## Advantages