Releases: MukuFlash03/e-mission-server
Releases · MukuFlash03/e-mission-server
Added missing elif
v0.0.10 Added missing elif
Reusable workflow added for server
v0.0.9 Reducing sample tests run time
Removed redundant colon
v0.0.8 Removed colon
Added conditional check using ref_type
v0.0.7 Added conditional check using ref_type for branch_name
Added branch name to git push
v0.0.6 Adding branch name to git push
Used curly braces now
v0.0.5 Vale present in env vars list ; Curly braces added
Branch name env var still empty
v0.0.4 Branch name value still empty
Corrected way to accessing env var
v0.0.3 Accessing BRANCH_NAME environment variable correctly
Added branch name extraction
v0.0.2 Added branch name extraction job
Using github.ref_type to build conditionally
Image build and push occurs only when ref_type is tag i.e. on a push:tag event.
The other jobs including tests will run on both push trigger event types: branch or tag.