From b663d22f5b167916c39a28b1d7b59809dc7db537 Mon Sep 17 00:00:00 2001 From: sandr01d <88739791+sandr01d@users.noreply.github.com> Date: Sun, 6 Aug 2023 17:00:10 +0200 Subject: [PATCH] Trigger AUR action on workflow_run instead of release (#320) Turns out that GitHub actions do not trigger other actions by default. Using workflow_run instead of release as a trigger should solve this. --- .github/workflows/aur.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aur.yaml b/.github/workflows/aur.yaml index df0851e..36d1aaa 100644 --- a/.github/workflows/aur.yaml +++ b/.github/workflows/aur.yaml @@ -1,9 +1,11 @@ name: AUR on: - release: + workflow_run: + workflows: + - "Release" types: - - "released" + - completed jobs: aur: