ci: add workflow_dispatch
trigger to aur-checker
(#371)
This commit is contained in:
parent
4c9f494ed3
commit
d67e925a47
1 changed files with 1 additions and 0 deletions
1
.github/workflows/aur-checker.yml
vendored
1
.github/workflows/aur-checker.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
- cron: "32 5 */3 * *"
|
||||
push:
|
||||
branches: [ master, main ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test-install:
|
||||
|
|
Loading…
Reference in a new issue