Skip to content

Commit

Permalink
client+server: only trigger autobuild on master branch pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsunder committed Mar 31, 2022
1 parent e746f09 commit 1b9ce79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-containers.yml
@@ -1,5 +1,8 @@
name: Build Docker containers
on: [push]
on:
push:
branches:
- master
jobs:
build-client:
name: Build and push client/ Docker container
Expand Down

0 comments on commit 1b9ce79

Please sign in to comment.