From f67d1b465ce1de7ed138598bf0806084fd070045 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Sat, 10 Apr 2021 21:41:21 +0200 Subject: [PATCH] running github actions only on master, so we can develop and commit and not everytime a nightly is generated --- .github/workflows/dotnetcore.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index c2947e8..55857c1 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -1,6 +1,9 @@ name: Build, Test, Publish and Dockerise Lora-Map -on: [push] +on: + push: + branches: + - master jobs: build: