chore: add trigger only if src changes

This commit is contained in:
2026-02-11 11:20:24 +01:00
parent 145a90301a
commit 0989192e9f

View File

@@ -5,6 +5,8 @@ on:
push: push:
branches: branches:
- '*' - '*'
paths:
- 'src/**'
schedule: schedule:
- cron: '0 0 * * 6' - cron: '0 0 * * 6'