run after main workflow finishes
This commit is contained in:
@@ -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**'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user