Skip to content

Commit fa7ed90

Browse files
committed
build: add workflow
1 parent 138898c commit fa7ed90

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/frontend-ci.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Frontend CI Workflow
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- release
8+
- develop
9+
- feature/*
10+
delete:
11+
branches:
12+
- release
13+
- feature/*
14+
15+
jobs:
16+
call-frontend-ci-workflow:
17+
uses: netcracker/qubership-apihub-ci/.github/workflows/frontend-ci.yaml@main

0 commit comments

Comments
 (0)