Skip to content

Commit ef641cd

Browse files
committed
build: handle additional branches on push
1 parent 78e2209 commit ef641cd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/frontend-ci.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ on:
44
push:
55
branches:
66
- release
7+
- hotfix
78
- develop
89
- feature/*
10+
- bugfix/*
911
tags:
1012
- '**'
1113
delete:
12-
branches:
13-
- release
14-
- feature/*
1514

1615
jobs:
1716
call-frontend-ci-workflow:

0 commit comments

Comments
 (0)