mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Trigger AUR action on workflow_run instead of release
This commit is contained in:
parent
f1ac9e3f7f
commit
a1ba86e10b
6
.github/workflows/aur.yaml
vendored
6
.github/workflows/aur.yaml
vendored
|
|
@ -1,9 +1,11 @@
|
|||
name: AUR
|
||||
|
||||
on:
|
||||
release:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- "Release"
|
||||
types:
|
||||
- "released"
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
aur:
|
||||
|
|
|
|||
Loading…
Reference in a new issue