chore(ci): don't run ci for markdown changes (#219)

This commit is contained in:
Benjamin Sherman
2024-11-24 14:15:14 -06:00
committed by GitHub
parent 7bb87a27d4
commit f4240156bf
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ on:
pull_request:
branches:
- main
paths-ignore:
- "**.md"
schedule:
- cron: '50 2 * * *' # 2:50am-ish UTC everyday (approx 45 minutes after akmods images run)
workflow_dispatch:

View File

@@ -4,6 +4,8 @@ on:
pull_request:
branches:
- main
paths-ignore:
- "**.md"
schedule:
- cron: '55 2 * * *' # 2:55am-ish UTC everyday (approx 50 minutes after akmods images run)
workflow_dispatch: