1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 03:32:22 +00:00

Allow builds on-demand

Add workflow-dispatch option to docker build
This commit is contained in:
EmelyanenkoK 2022-05-11 15:34:24 +03:00 committed by GitHub
commit ad19a2187b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
name: Build Docker Ubuntu Image name: Build Docker Ubuntu Image
on: on:
workflow_dispatch:
push: push:
branches: branches:
- 'master' - 'master'