temp: add push trigger to test Gitea Actions
Sync Upstream Skills / sync (push) Successful in 19s
Details
Sync Upstream Skills / sync (push) Successful in 19s
Details
This commit is contained in:
parent
4eab93f678
commit
ae532b3cda
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue