Clean up: remove temp push trigger, keep schedule + workflow_dispatch
This commit is contained in:
parent
ae532b3cda
commit
b9bf9ef774
|
|
@ -4,8 +4,6 @@ on:
|
|||
schedule:
|
||||
# Weekly: Sunday 06:00 UTC
|
||||
- cron: '0 6 * * 0'
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue