always run release
This commit is contained in:
parent
4a2d3f0357
commit
9e8c5545cc
1 changed files with 0 additions and 13 deletions
|
@ -1,20 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.22'
|
||||
- run: go build
|
||||
- uses: forgejo/upload-artifact@v3
|
||||
with:
|
||||
name: morffix
|
||||
path: morffix
|
||||
release:
|
||||
runs-on: docker
|
||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
|
|
Loading…
Add table
Reference in a new issue