Update workflows.

This commit is contained in:
albert 2025-02-09 04:29:54 +01:00
parent 98efddf343
commit bea59a27f4
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,8 @@
name: deploy-rs
on:
push:
branches:
- main
paths:
- '**/flake.lock'
workflow_dispatch:

View file

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