Skip to content

Commit

Permalink
Restricting pypi to pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesArruda committed Dec 10, 2024
1 parent 1947703 commit b15d69c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish Python distribution to PyPI and TestPyPI

on: push
on:
push:
branches: [ "main" ]

jobs:
build:
Expand Down

0 comments on commit b15d69c

Please sign in to comment.