temp: add push trigger to test Gitea Actions
Sync Upstream Skills / sync (push) Successful in 19s Details

This commit is contained in:
jay 2026-05-15 02:10:35 +02:00
parent 4eab93f678
commit ae532b3cda
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ on:
schedule: schedule:
# Weekly: Sunday 06:00 UTC # Weekly: Sunday 06:00 UTC
- cron: '0 6 * * 0' - cron: '0 6 * * 0'
push:
branches: [main]
workflow_dispatch: workflow_dispatch:
jobs: jobs: