Skip to content

Commit

Permalink
fix: run docker and release after semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 committed Mar 14, 2022
1 parent c8c871a commit 18bd855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Docker build
on:
workflow_run:
workflows: ["Semantic release"]
types:
- completed
branches:
- 'master'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: goreleaser
on:
workflow_run:
workflows: ["Semantic release"]
types:
- completed
branches:
- 'master'

Expand Down

0 comments on commit 18bd855

Please # to comment.