Workflow runs on workflow_dispatch event

This commit is contained in:
Loyalsoldier 2020-10-25 08:54:45 +08:00 committed by GitHub
parent bca4f6aad8
commit e64c35ee30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
name: Build V2Ray rules dat files
on:
workflow_dispatch:
schedule:
- cron: "0 22 * * *"
push:
branches:
- master
- hidden
paths-ignore:
- "**/README.md"
jobs: