mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client+server: only trigger autobuild on master branch pushes
This commit is contained in:
5
.github/workflows/build-containers.yml
vendored
5
.github/workflows/build-containers.yml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: Build Docker containers
|
name: Build Docker containers
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
build-client:
|
build-client:
|
||||||
name: Build and push client/ Docker container
|
name: Build and push client/ Docker container
|
||||||
|
Reference in New Issue
Block a user