diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3162377..013c1b6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,7 @@ on: push: branches: - "main" + - "demo" pull_request: branches: - "main" @@ -37,7 +38,7 @@ jobs: run: python setup.py sdist bdist_wheel - name: Publish package to PyPI - if: github.repository == 'ProLint/ufcc' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags') + if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') #github.repository == 'ProLint/ufcc' && uses: pypa/gh-action-pypi-publish@master with: user: __token__