summaryrefslogtreecommitdiff
path: root/.github/workflows/pypi-package.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pypi-package.yml')
-rw-r--r--.github/workflows/pypi-package.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pypi-package.yml b/.github/workflows/pypi-package.yml
index dc08c5d..aeecf97 100644
--- a/.github/workflows/pypi-package.yml
+++ b/.github/workflows/pypi-package.yml
@@ -3,10 +3,10 @@ name: Build & maybe upload PyPI package
on:
push:
- branches: [main]
+ branches: [master, main]
tags: ["*"]
pull_request:
- branches: [main]
+ branches: [master, main]
release:
types:
- published