kubernaut/.gitea/workflows/release.yaml
Ryan Cavicchioni a2c5e3184a
Some checks failed
Gitea Actions Demo / lint (push) Successful in 2m26s
Gitea Actions Demo / test (push) Successful in 2m17s
Gitea Actions Demo / docker (push) Failing after 2m14s
fix
2025-03-30 16:55:18 -05:00

15 lines
143 B
YAML

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