summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2023-04-24 21:20:07 -0400
committerGitHub <noreply@github.com>2023-04-24 21:20:07 -0400
commit6d1c3d341af3378653af3653436bd9ff411e5e63 (patch)
tree4cd104936f1523461ce825bca8935e1a58d3aeaf
parent81b9ef4888fc75f8a3b7224f15eb8b18146f4b44 (diff)
downloadpyjwt-6d1c3d341af3378653af3653436bd9ff411e5e63.tar.gz
Update 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