1
0

update ci yaml

This commit is contained in:
2024-01-16 00:17:40 +08:00
parent 2120d2f987
commit d19e54a52f

View File

@@ -2,8 +2,8 @@ name: Waka Readme
on: on:
push: push:
branches: paths:
- main - '.github/workflows/**'
# for manual workflow trigger # for manual workflow trigger
workflow_dispatch: workflow_dispatch:
schedule: schedule:
@@ -22,12 +22,9 @@ jobs:
SHOW_TITLE: true # optional SHOW_TITLE: true # optional
SECTION_NAME: waka # optional SECTION_NAME: waka # optional
BLOCKS: -> # optional
CODE_LANG: rust python # optional
TIME_RANGE: all_time # optional TIME_RANGE: all_time # optional
LANG_COUNT: 10 # optional LANG_COUNT: 10 # optional
SHOW_TIME: true # optional SHOW_TIME: true # optional
SHOW_TOTAL: true # optional SHOW_TOTAL: true # optional
SHOW_MASKED_TIME: false # optional SHOW_MASKED_TIME: false # optional
STOP_AT_OTHER: true # optional STOP_AT_OTHER: true # optional
IGNORED_LANGUAGES: YAML JSON TOML