Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
force to run only on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bahador-farahani-tradebyte committed May 18, 2021
1 parent 4b3a0c9 commit 8fd5494
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
on: push
on:
push:
branches:
- main
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
Expand Down

0 comments on commit 8fd5494

Please sign in to comment.