Browse Source

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

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1763/head
R4SAS 2 years ago
parent
commit
22ef1be82b
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 5
      .github/workflows/docker.yml

5
.github/workflows/docker.yml

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

Loading…
Cancel
Save