This commit is contained in:
commit
b54acec2f2
66 changed files with 5135 additions and 0 deletions
15
.forgejo/workflows/README.md
Normal file
15
.forgejo/workflows/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# workflows
|
||||
|
||||
## default.yml
|
||||
|
||||
The default workflow which is ran on every `push` or `pull_request` which will
|
||||
build and package the project. This will also run the tests as part of the
|
||||
workflow to ensure the code actually behaves like it should.
|
||||
|
||||
When the workflow runs on the `develop` branch of the repository, then an alpha
|
||||
build is released to the registry.
|
||||
|
||||
## release.yml
|
||||
|
||||
The release workflow just build the current repository ref and publishes the
|
||||
artifacts to the registry.
|
||||
Loading…
Add table
Add a link
Reference in a new issue