result/.forgejo/workflows
Louis Seubert 16ef85906f
All checks were successful
default / dotnet default workflow (8.0) (push) Successful in 39s
chore: adjust workflow to publish release nupkg
2024-05-01 16:23:17 +02:00
..
default.yml chore: adjust workflow to publish release nupkg 2024-05-01 16:23:17 +02:00
README.md feat: initial project commit 2024-04-27 20:11:24 +02:00
release.yml chore: adjust workflow to publish release nupkg 2024-05-01 16:23:17 +02:00

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.