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
3
3
on :
4
4
pull_request :
5
5
branches :
6
- - main
6
+ - v1
7
7
push :
8
8
branches :
9
- - main
9
+ - v1
10
10
11
11
jobs :
12
12
build :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Lint PR
3
3
on :
4
4
pull_request :
5
5
branches :
6
- - main
6
+ - v1
7
7
8
8
jobs :
9
9
lint :
Original file line number Diff line number Diff line change 1
1
Python XMLSERVICE Toolkit
2
2
=========================
3
3
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 )
5
5
[ ![ Latest version released on PyPi] ( https://img.shields.io/pypi/v/itoolkit.svg )] ( https://pypi.python.org/pypi/itoolkit )
6
6
[ ![ Python Version Support] ( https://img.shields.io/pypi/pyversions/itoolkit.svg )] ( https://pypi.org/project/itoolkit/ )
7
7
[ ![ 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