running github actions only on master, so we can develop and commit and not everytime a nightly is generated

This commit is contained in:
BlubbFish 2021-04-10 21:41:21 +02:00
parent d90230ef14
commit f67d1b465c

View File

@ -1,6 +1,9 @@
name: Build, Test, Publish and Dockerise Lora-Map name: Build, Test, Publish and Dockerise Lora-Map
on: [push] on:
push:
branches:
- master
jobs: jobs:
build: build: