Closed earloc closed 3 years ago
Currently, there are two build-yamls, which only differ in their trigger:
on: push: branches: [ main ]
on: pull_request: branches: [ main ]
this should be harmonized somehow:
Later, there should also be some steps/actions for pushing everything into NuGet, but that is probably a new gh-actions?!
Turned out that the needed builds for PRs and releases vary too much and that there is currently no need for a harmonized approach.
see #8
Currently, there are two build-yamls, which only differ in their trigger:
main.yaml
pullrequests.yaml
this should be harmonized somehow:
Later, there should also be some steps/actions for pushing everything into NuGet, but that is probably a new gh-actions?!