1
0

Run workflows on their change

This commit is contained in:
2023-05-12 09:12:18 +00:00
parent f46a2ec4b0
commit da57e4e6b5
5 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ on:
workflow_dispatch:
schedule:
- cron: '45 0 * * 5'
push:
paths:
- '.github/workflows/debian-cache.yml'
jobs:
debian-cache: