Compare commits
No commits in common. "main" and "v0.10" have entirely different histories.
2 changed files with 9 additions and 6 deletions
|
|
@ -5,11 +5,15 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
tags: ['v*']
|
||||
# No 'paths' filter on purpose: Forgejo (unlike GitHub) also applies paths
|
||||
# to TAG pushes, so a version tag on a docs-only commit gets silently
|
||||
# skipped and never produces a named release. Continuous builds on every
|
||||
# main push are the documented behavior anyway (see CHANGELOG header), so
|
||||
# the paths optimization is not worth the release-tag footgun.
|
||||
paths:
|
||||
- '**.go'
|
||||
- 'go.mod'
|
||||
- 'go.sum'
|
||||
- 'scripts/**'
|
||||
- 'assets/**'
|
||||
- 'embed.go'
|
||||
- 'cmd/xetup/app.manifest'
|
||||
- '.forgejo/workflows/release.yml'
|
||||
|
||||
jobs:
|
||||
build-and-release:
|
||||
|
|
|
|||
|
|
@ -161,7 +161,6 @@
|
|||
<a href="/changelog/">Changelog</a>
|
||||
<a href="https://git.xetup.x9.cz/x9/xetup">Git</a>
|
||||
<a href="https://git.xetup.x9.cz/x9/xetup/issues">Issues</a>
|
||||
<a href="https://git.xetup.x9.cz/x9/xetup-runs/issues">Chyby behu</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue