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 name: Build V2Ray rules dat files
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 22 * * *" - cron: "0 22 * * *"
push: push:
branches: branches:
- master - master
- hidden
paths-ignore: paths-ignore:
- "**/README.md" - "**/README.md"
jobs: jobs: