Skip to content

Commit cf01882

Browse files
committed
more pipeline rework
1 parent 9f5dd04 commit cf01882

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
22
# This workflow will protect the main branch by testing and linting new PRs and commits
33

4-
name: CI Main
4+
name: Main CI
55

66
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push
77
on:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
22
# This workflow will protect the main branch by testing and linting new PRs and commits
33

4-
name: PR Main
4+
name: Main PR
55

66
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
77
on:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm version](https://img.shields.io/npm/v/@cap-js-community/feature-toggle-library)](https://www.npmjs.com/package/@cap-js-community/feature-toggle-library)
44
[![monthly downloads](https://img.shields.io/npm/dm/@cap-js-community/feature-toggle-library)](https://www.npmjs.com/package/@cap-js-community/feature-toggle-library)
55
[![REUSE status](https://api.reuse.software/badge/github.com/cap-js-community/feature-toggle-library)](https://api.reuse.software/info/github.com/cap-js-community/feature-toggle-library)
6-
[![CI Main](https://github.com/cap-js-community/feature-toggle-library/actions/workflows/ci-main.yml/badge.svg)](https://github.com/cap-js-community/feature-toggle-library/commits/main)
6+
[![Main CI](https://github.com/cap-js-community/feature-toggle-library/actions/workflows/main-ci.yml/badge.svg)](https://github.com/cap-js-community/feature-toggle-library/commits/main)
77

88
SAP BTP feature toggle library enables Node.js applications using the SAP Cloud Application Programming Model to maintain live-updatable feature toggles via Redis.
99

0 commit comments

Comments
 (0)