Update workflow triggers
This commit is contained in:
parent
29412f34d9
commit
bbd92f2dba
2 changed files with 2 additions and 2 deletions
.forgejo/workflows
|
@ -6,7 +6,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'flake.lock'
|
||||
- '**.lock'
|
||||
workflow_dispatch:
|
||||
env:
|
||||
SSH_OPTS: "-q -A -o StrictHostKeyChecking=no"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue