client+server: only trigger autobuild on master branch pushes
This commit is contained in:
parent
e746f09911
commit
1b9ce79f4e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build-containers.yml
vendored
5
.github/workflows/build-containers.yml
vendored
|
@ -1,5 +1,8 @@
|
|||
name: Build Docker containers
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build-client:
|
||||
name: Build and push client/ Docker container
|
||||
|
|
Loading…
Reference in a new issue