Update openwrt-packages.yml

This commit is contained in:
有種 2023-04-29 03:14:21 +08:00 committed by GitHub
parent 5c113f29a9
commit cb8ac1f051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,19 @@
name: openwrt-packages
on:
workflow_dispatch:
push:
paths:
- '.github/workflows/openwrt-packages.yml'
- 'master.sh'
schedule:
- cron: 0 */6 * * *
repository_dispatch:
workflow_dispatch:
inputs:
packages:
description: 'packages'
required: false
default: 'false'
jobs:
job_openwrt-packages: