mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 15:05:38 +08:00
Workflow runs on workflow_dispatch event
This commit is contained in:
parent
bca4f6aad8
commit
e64c35ee30
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user