Skip to content

Commit b9ecb0d

Browse files
authored
Update CI badges + add manual trigger for Versions Update job (#627)
1 parent 2bb1921 commit b9ecb0d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/updateVersions.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Update Versions
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: "*/30 * * * *"
67

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Build Status](https://travis-ci.com/SAP/openui5-website.svg?branch=master)](https://travis-ci.com/SAP/openui5-website)
1+
[![Build Status](https://api.travis-ci.com/SAP/openui5-website.svg?branch=master)](https://app.travis-ci.com/github/SAP/openui5-website/)
22
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/openui5-website)](https://api.reuse.software/info/github.com/SAP/openui5-website)
3-
![Update Versions](https://github.com/SAP/openui5-website/workflows/Update%20Versions/badge.svg)
3+
[![Update Versions](https://github.com/SAP/openui5-website/workflows/Update%20Versions/badge.svg)](https://github.com/SAP/openui5-website/actions/workflows/updateVersions.yml)
44

55
![OpenUI5 logo](http://openui5.org/images/OpenUI5_new_big_side.png)
66

0 commit comments

Comments
 (0)