Skip to content

Commit

Permalink
chore: merge from feature/add_build_github to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
b41ex committed Jan 22, 2025
2 parents 38a41cd + 7b4c988 commit e6743e9
Show file tree
Hide file tree
Showing 5 changed files with 44,801 additions and 20,944 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/frontend-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Frontend CI Workflow

on:
push:
branches:
- main
- release
- develop
- feature/*
delete:
branches:
- release
- feature/*

jobs:
call-frontend-ci-workflow:
uses: netcracker/qubership-apihub-ci/.github/workflows/frontend-ci.yaml@main
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@netcracker:registry=https://npm.pkg.github.com/
Loading

0 comments on commit e6743e9

Please sign in to comment.