Skip to content

Commit 6302e35

Browse files
committed
Merge branch 'release'
2 parents 3a321b3 + 57ecb24 commit 6302e35

File tree

5 files changed

+8576
-3930
lines changed

5 files changed

+8576
-3930
lines changed

.github/workflows/frontend-ci.yaml

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

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@netcracker:registry=https://npm.pkg.github.com/
2+
registry=https://registry.npmjs.org/

0 commit comments

Comments
 (0)