1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 11:50:00 +02:00

🚧 GitHub Actions: Rename test workflow, also run on schedule

This commit is contained in:
Mike Gerber 2023-08-04 16:17:21 +02:00
parent 674d833b15
commit c1b8d983e6

View file

@ -1,9 +1,11 @@
name: release
name: test
on:
push:
branches:
- master
schedule:
- cron: "00 16 07 * *" # = monthly
jobs:
test: