kubernaut/.gitea/workflows/release.yaml
Ryan Cavicchioni d19a04d75a
Some checks failed
Gitea Actions Demo / lint (push) Successful in 2m37s
Gitea Actions Demo / test (push) Successful in 2m14s
Gitea Actions Demo / docker (push) Failing after 1m37s
make a separate release workflow
2025-03-30 17:09:29 -05:00

15 lines
143 B
YAML

name: release
on:
schedule:
- cron: "0 10 * * *"
push:
branches:
- "**"
tags:
- "v*.*.*"
pull_request:
jobs: