add workflow dispatch

This commit is contained in:
2024-04-05 11:41:07 -05:00
parent 4072cf4aeb
commit ce2bc62cf7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
name: build-base
on:
workflow_dispatch:
push:
paths:
- 'Dockerfile.base'
+1
View File
@@ -1,6 +1,7 @@
name: build-latest
on:
workflow_dispatch:
push:
paths:
- 'Dockerfile'