Skip to content

Commit b663d22

Browse files
authored
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.
1 parent 6cbbe18 commit b663d22

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/aur.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: AUR
22

33
on:
4-
release:
4+
workflow_run:
5+
workflows:
6+
- "Release"
57
types:
6-
- "released"
8+
- completed
79

810
jobs:
911
aur:

0 commit comments

Comments
 (0)