From: Bob Halley Date: Wed, 3 Sep 2025 18:04:08 +0000 (-0700) Subject: more run options X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f146c9c72b59c3738b382f7d26799a5eb7077351;p=thirdparty%2Fdnspython.git more run options --- diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4c9c5b4f..f4c9d9db 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,5 +1,10 @@ name: Publish -on: push +on: + push: + branches: + - main + - 2.8 + workflow_dispatch: jobs: build: name: Build distribution