[gha] build docker containers only when pushing to openssl branch

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-05-20 21:11:19 +03:00
parent 9ddbf255ba
commit 22ef1be82b
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -1,6 +1,9 @@
name: Build containers
on: [push]
on:
push:
branches:
- openssl
jobs:
docker: