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

pull/90/head
Mike Gerber 9 months ago
parent 674d833b15
commit c1b8d983e6

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

Loading…
Cancel
Save