Filter for only triggering builds on master and tags
This commit is contained in:
		| @@ -22,4 +22,8 @@ build: | ||||
|     - docker tag frontend:$CI_COMMIT_SHORT_SHA $CI_REGISTRY/taskboard/frontend:latest | ||||
|     - docker push $CI_REGISTRY/taskboard/frontend:latest | ||||
|   tags: | ||||
|     - frontend | ||||
|     - frontend | ||||
|   only: | ||||
|     refs: | ||||
|       - tags | ||||
|       - master | ||||
|   | ||||
		Reference in New Issue
	
	Block a user