Skip to content

Commit

Permalink
build: add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
b41ex committed Jan 16, 2025
1 parent b40a19f commit fdefbdf
Showing 1 changed file with 17 additions and 0 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

0 comments on commit fdefbdf

Please sign in to comment.