Skip to content

Commit

Permalink
BUILD - Add conditions to run necessary workflows before releasing th…
Browse files Browse the repository at this point in the history
…e application
  • Loading branch information
Juansecu committed Feb 25, 2024
1 parent 479212f commit 6efb244
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Create Release

on:
workflow_run:
types:
- completed
workflows:
- Check Linter Errors
push:
tags:
- 'v*.*.*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types:
- completed
workflows:
- Check Linter Errors
- Create Release
release:
types: [published]

Expand Down

0 comments on commit 6efb244

Please sign in to comment.