run after main workflow finishes

This commit is contained in:
duhow
2024-08-23 11:58:45 +02:00
committed by Martin Michelsen
parent af27ea080f
commit 8e85167cb6
+7 -1
View File
@@ -1,8 +1,14 @@
name: Docker name: Docker
on: on:
# After build passes with tests
workflow_run:
workflows: [CMake]
types: [completed]
branches:
- master
push: push:
branches: [master]
tags: tags:
- 'v**' - 'v**'