use "stable" branch instead of "master"

This commit is contained in:
2021-05-18 20:01:40 +02:00
parent 944c2dd6c1
commit d88b28343b
2 changed files with 5 additions and 5 deletions

View File

@ -2,10 +2,10 @@ name: Plugin asset/readme update
on:
push:
branches:
- master
- stable
jobs:
master:
name: Push to master
name: Push to stable
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View File

@ -1,8 +1,8 @@
[![Build Status](https://travis-ci.com/stklcode/wp-liveticker.svg?branch=master)](https://travis-ci.com/stklcode/wp-liveticker)
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=de.stklcode.web.wordpress.plugins%3Awp-liveticker&metric=alert_status)](https://sonarcloud.io/dashboard?id=de.stklcode.web.wordpress.plugins%3Awp-liveticker)
[![Build Status](https://travis-ci.com/stklcode/wp-liveticker.svg?branch=stable)](https://travis-ci.com/stklcode/wp-liveticker)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=stklcode%3Awp-liveticker&metric=alert_status)](https://sonarcloud.io/dashboard?id=stklcode%3Awp-liveticker)
[![WP Plugin Version](https://img.shields.io/wordpress/plugin/v/stklcode-liveticker.svg)](https://wordpress.org/plugins/stklcode-liveticker/)
[![Packagist Version](https://img.shields.io/packagist/v/stklcode/stklcode-liveticker.svg)](https://packagist.org/packages/stklcode/stklcode-liveticker)
[![License](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://github.com/stklcode/wp-liveticker/blob/master/LICENSE.md)
[![License](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://github.com/stklcode/wp-liveticker/blob/stable/LICENSE.md)
# Liveticker (by stklcode)