File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Build
33on :
44 pull_request :
55 branches :
6- - main
6+ - v1
77 push :
88 branches :
9- - main
9+ - v1
1010
1111jobs :
1212 build :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Lint PR
33on :
44 pull_request :
55 branches :
6- - main
6+ - v1
77
88jobs :
99 lint :
Original file line number Diff line number Diff line change 11Python XMLSERVICE Toolkit
22=========================
33
4- [ ![ Build Status] ( https://github.com/IBM/python-itoolkit/actions/workflows/build.yml/badge.svg?branch=main &event=push )] ( https://github.com/IBM/python-itoolkit/actions/workflows/build.yml )
4+ [ ![ Build Status] ( https://github.com/IBM/python-itoolkit/actions/workflows/build.yml/badge.svg?branch=v1 &event=push )] ( https://github.com/IBM/python-itoolkit/actions/workflows/build.yml )
55[ ![ Latest version released on PyPi] ( https://img.shields.io/pypi/v/itoolkit.svg )] ( https://pypi.python.org/pypi/itoolkit )
66[ ![ Python Version Support] ( https://img.shields.io/pypi/pyversions/itoolkit.svg )] ( https://pypi.org/project/itoolkit/ )
77[ ![ Documentation Status] ( https://readthedocs.org/projects/python-itoolkit/badge/?version=latest )] ( https://python-itoolkit.readthedocs.io/en/latest/?badge=latest )
You can’t perform that action at this time.
0 commit comments