diff options
| author | Bob Halley <halley@dnspython.org> | 2022-12-27 11:36:45 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2022-12-27 11:36:45 -0800 |
| commit | a32319925b423c412296afaa24cbe616c6e55168 (patch) | |
| tree | 6b97f443669483f5ccdbe6e87c0d3e35c08f8f82 | |
| parent | cb993cd25d77a5fbcf040a98f08ba640e8676cd0 (diff) | |
| download | dnspython-2.3.0rc1.tar.gz | |
update github actionv2.3.0rc1
| -rw-r--r-- | .github/workflows/python-package.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index e6b1177..bd9bd67 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -6,12 +6,10 @@ name: Python build on: push: branches: - - master - paths: - - '**.py' + - 2.3 pull_request: branches: - - master + - 2.3 jobs: build: |
