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.
This commit is contained in:
sandr01d 2023-08-06 17:00:10 +02:00 committed by GitHub
parent 6cbbe1805a
commit b663d22f5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,11 @@
name: AUR
on:
release:
workflow_run:
workflows:
- "Release"
types:
- "released"
- completed
jobs:
aur: