Skip to content

Commit 0ceb409

Browse files
Run CI on Pull Requests (#177)
* ruff format * Run CI on pull requests * update * update on
1 parent 8d8015a commit 0ceb409

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish-pypi.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Build and publish Python distributions to PyPI
22

33
on:
4-
- push
5-
- workflow_dispatch
4+
push:
5+
branches: [ 'master' ]
6+
tags: [ '*' ]
7+
pull_request:
8+
branches: [ '*' ]
69

710
jobs:
811
checks:

0 commit comments

Comments
 (0)