build and deploy only on pushes to master branch

This commit is contained in:
Niko Lockenvitz 2020-05-23 17:40:46 +02:00
parent a2f10544c6
commit 112bed5165

View file

@ -1,5 +1,8 @@
name: Build and Deploy
on: [push]
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest