Skip to content
Snippets Groups Projects
Commit d4ce7c57 authored by Lennart Kramer's avatar Lennart Kramer
Browse files

only run pipeline for web when web changed

parent e0351f77
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,10 @@ steve_jobs:
- go get github.com/prometheus/client_golang/prometheus/promhttp
- cd src/web
- GOBIN=${CI_PROJECT_DIR}/bin go install
only:
changes:
- src/web/**
artifacts:
paths:
- bin/web
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment