earloc / postomate

A library to automate and orchestrate requests out of a postman-collection with .net
MIT License
2 stars 0 forks source link

harmonize gh-actions #1

Closed earloc closed 3 years ago

earloc commented 3 years ago

Currently, there are two build-yamls, which only differ in their trigger:

main.yaml


on:
  push:
    branches: [ main ]

pullrequests.yaml


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?!

earloc commented 3 years ago

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