Skip to content

Commit

Permalink
ci: PyPI publish GHA should not run on push to main branch (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Feb 21, 2024
1 parent 4278f7b commit 75971ca
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
name: Publish Python Package

on:
push:
branches:
- main
paths:
- xml2rc/**
- requirements.txt
- setup.cfg
- setup.py
- test.py
tags:
- 'v*'

workflow_dispatch:
inputs:
publish:
Expand Down

0 comments on commit 75971ca

Please sign in to comment.