chore: don't start workflow to scan code when there is no code changes

This commit is contained in:
Andy Pan 2022-12-20 21:36:02 +08:00
parent b1b2df0c10
commit 4e0cb8cd03
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ on:
branches:
- master
- dev
paths-ignore:
- '**.md'
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)