Update workflows.
This commit is contained in:
parent
98efddf343
commit
bea59a27f4
2 changed files with 3 additions and 1 deletions
.forgejo/workflows
|
@ -3,6 +3,8 @@
|
|||
name: deploy-rs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '**/flake.lock'
|
||||
workflow_dispatch:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue