Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
No need to redo workflow when receiving from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcheung committed Feb 19, 2022
1 parent d88df51 commit 0aa4365
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- '.gitignore'
- 'README.md'
- 'LICENSE'
branches-ignore:
- master

jobs:
build:
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# lxml-stubs
[![Build](https://github.com/abelcheung/lxml-stubs/workflows/build.yml/badge.svg?branch=moveon)](https://github.com/abelcheung/lxml-stubs/workflows/build.yml/badge.svg?branch=moveon)
[![Test](https://github.com/abelcheung/lxml-stubs/workflows/test.yml/badge.svg?branch=moveon)](https://github.com/abelcheung/lxml-stubs/workflows/test.yml/badge.svg?branch=moveon)
[![Testing](https://github.com/abelcheung/lxml-stubs/actions/workflows/python-test.yml/badge.svg?branch=moveon)](https://github.com/abelcheung/lxml-stubs/actions/workflows/python-test.yml/badge.svg?branch=moveon)

## Relationship with official lxml-stubs
This fork is an attempt to move forward with faster pace while official
one remains stable. Please contribute to official repository.

## About
This repository contains external type annotations (see
Expand Down

0 comments on commit 0aa4365

Please sign in to comment.