Skip to content

Commit

Permalink
ci: PR workflow should use PR code
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn committed Jan 11, 2024
1 parent 1f5f56f commit 20c4f20
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
name: PyPI
on:
push:
branches: [ master ]
branches:
- master
pull_request:
branches: [ master ]
branches:
- '*'

jobs:
verify-master-for-potential-pypi-release:
verify-for-potential-pypi-release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}

- name: Set up Python 3.8
uses: actions/setup-python@v2
Expand Down

0 comments on commit 20c4f20

Please sign in to comment.