1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 19:17:05 +00:00

CI: allow workflow 'package updates' to be triggered manually

This commit is contained in:
Leonid Pliushch 2020-12-17 23:50:16 +02:00
parent a182182d8e
commit 5dfac1d75b
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -3,6 +3,7 @@ name: Package updates
on:
schedule:
- cron: '0 */1 * * *'
workflow_dispatch:
jobs:
update: