diff options
| author | Bob Halley <halley@dnspython.org> | 2022-03-06 14:49:32 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2022-03-06 14:49:32 -0800 |
| commit | f27ef66c9096c8b233c3d0c702311b8fd9b010b8 (patch) | |
| tree | d6751877c6f647785f3e8747f2a136f49bdd3e8e /.github | |
| parent | adade9e991aab4252060da56123bc48702a0f6cb (diff) | |
| download | dnspython-f27ef66c9096c8b233c3d0c702311b8fd9b010b8.tar.gz | |
add 2.2 workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/python-2-2-branch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-2-2-branch.yml b/.github/workflows/python-2-2-branch.yml index 0bcdb1a..e749b29 100644 --- a/.github/workflows/python-2-2-branch.yml +++ b/.github/workflows/python-2-2-branch.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python build +name: Python 2.2 build on: push: |
