Skip to content

Commit

Permalink
Corrected workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dzelge committed Aug 20, 2021
1 parent e695116 commit c23eee0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# gha-determine-phase
## Determine the Helm Deployment Phase

Determine the Deployment Phase from GH Event Name and GH Version Tag.

- action_name == 'release' and tag not contains 'dev' --> prod
- action_name == 'release' and tag contains 'dev' --> stage
- action_name == 'push' and tag == 'main|master' --> dev
- else: ignore

0 comments on commit c23eee0

Please sign in to comment.