Skip to content
Snippets Groups Projects
Commit 3f302a73 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Merge branch 'feat-allow-pipeline-from-web-UI' into 'master'

Add workflow rule for web to start pipeline from UI

See merge request !25
parents 270461e9 daae1d47
No related branches found
No related tags found
1 merge request!25Add workflow rule for web to start pipeline from UI
......@@ -25,6 +25,7 @@ workflow:
variables:
TARGET_ENV: 'dev'
- if: $CI_PIPELINE_SOURCE == 'schedule'
- if: $CI_PIPELINE_SOURCE == 'web'
stages: # List of stages for jobs, and their order of execution
- build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment