Skip to content

Commit

Permalink
Remove release check on Pull Request
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Nov 20, 2024
1 parent dcdae2b commit f63bfdd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI

on:
pull_request:
branches:
- main
push:
branches:
- main
tags:
- '*'
tags:
- "*"

jobs:
build:
Expand Down

0 comments on commit f63bfdd

Please sign in to comment.