Skip to content

Commit 048e5ef

Browse files
committed
Use v1 branch for workflows
1 parent 58a30b9 commit 048e5ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- v1
77
push:
88
branches:
9-
- main
9+
- v1
1010

1111
jobs:
1212
build:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint PR
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- v1
77

88
jobs:
99
lint:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python 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)

0 commit comments

Comments
 (0)