Skip to content

Commit

Permalink
Trigger AUR action on workflow_run instead of release (#320)
Browse files Browse the repository at this point in the history
Turns out that GitHub actions do not trigger other actions by default. Using workflow_run instead of release as a trigger should solve this.
  • Loading branch information
sandr01d committed Aug 6, 2023
1 parent 6cbbe18 commit b663d22
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/aur.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: AUR

on:
release:
workflow_run:
workflows:
- "Release"
types:
- "released"
- completed

jobs:
aur:
Expand Down

0 comments on commit b663d22

Please sign in to comment.