Update .forgejo/workflows/build+release.yml
Some checks failed
Run Tests on Code / run-tests (push) Successful in 0s
Build and Release Binary File / test (push) Failing after 2s
Build and Release Binary File / build (push) Has been skipped
Build and Release Binary File / upload-release (push) Has been skipped

This commit is contained in:
Neshura 2023-12-18 08:07:14 +00:00
parent 6f2975dfd7
commit fa6f0f7707

View file

@ -7,7 +7,7 @@ on:
- '[0-9]+.[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+rc[0-9]+' - '[0-9]+.[0-9]+.[0-9]+rc[0-9]+'
jobs: jobs:
tests: test:
runs-on: docker runs-on: docker
steps: steps:
- -