Skip to content

Commit

Permalink
ci: fix workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jan 17, 2024
1 parent 1377b4e commit f1a547e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docker-and-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Build and Deploy
on:
push:
branches:
- main
tags:
- v*
workflow_run:
workflows:
- Lint
- Test
types:
- completed
jobs:
build:
uses: NaturalSelectionLabs/Daedalus/.github/workflows/docker-tpl.yaml@main
Expand Down

0 comments on commit f1a547e

Please sign in to comment.