running github actions only on master, so we can develop and commit and not everytime a nightly is generated
This commit is contained in:
parent
d90230ef14
commit
f67d1b465c
5
.github/workflows/dotnetcore.yml
vendored
5
.github/workflows/dotnetcore.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: Build, Test, Publish and Dockerise Lora-Map
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user