client+server: only trigger autobuild on master branch pushes

This commit is contained in:
Shyam Sunder 2022-03-31 18:54:08 -04:00
parent e746f09911
commit 1b9ce79f4e

View file

@ -1,5 +1,8 @@
name: Build Docker containers
on: [push]
on:
push:
branches:
- master
jobs:
build-client:
name: Build and push client/ Docker container