Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b32e20cddb | ||
|
|
c8fa68dadd |
2 changed files with 6 additions and 9 deletions
|
|
@ -5,15 +5,11 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
tags: ['v*']
|
||||
paths:
|
||||
- '**.go'
|
||||
- 'go.mod'
|
||||
- 'go.sum'
|
||||
- 'scripts/**'
|
||||
- 'assets/**'
|
||||
- 'embed.go'
|
||||
- 'cmd/xetup/app.manifest'
|
||||
- '.forgejo/workflows/release.yml'
|
||||
# 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.
|
||||
|
||||
jobs:
|
||||
build-and-release:
|
||||
|
|
|
|||
|
|
@ -161,6 +161,7 @@
|
|||
<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