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:
commit
ad19a2187b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-ubuntu-image.yml
vendored
1
.github/workflows/docker-ubuntu-image.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: Build Docker Ubuntu Image
|
name: Build Docker Ubuntu Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
|
Loading…
Reference in a new issue