ci: add workflow_dispatch trigger to aur-checker (#371)

This commit is contained in:
Carson McManus 2024-03-04 07:20:18 -05:00 committed by GitHub
parent 4c9f494ed3
commit d67e925a47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@ on:
- cron: "32 5 */3 * *" - cron: "32 5 */3 * *"
push: push:
branches: [ master, main ] branches: [ master, main ]
workflow_dispatch:
jobs: jobs:
test-install: test-install: