Update workflow triggers

This commit is contained in:
albert 2025-02-06 10:47:15 -08:00
parent 29412f34d9
commit bbd92f2dba
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ on:
branches:
- main
paths:
- 'flake.lock'
- '**.lock'
workflow_dispatch:
env:
SSH_OPTS: "-q -A -o StrictHostKeyChecking=no"

View file

@ -6,7 +6,7 @@ on:
branches:
- main
paths:
- 'flake.lock'
- '**.lock'
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
workflow_dispatch: # allows manual triggering