@@ -90,7 +90,7 @@ volumes:
---
kind: pipeline
type: docker
-name: fix
+name: hotfix
steps:
- name: build
@@ -114,7 +114,7 @@ steps:
trigger:
branch:
include:
- - fix/*
+ - hotfix/*
event:
- push