Skip to content

Commit

Permalink
test trigger event on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
sungwy committed Nov 27, 2024
1 parent abc8d0d commit 9867dd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ on:
push:
tags:
- '*'
branches:
- bump-version-upload-artifact
pull_request:
branches:
- main
Expand Down Expand Up @@ -123,7 +125,7 @@ jobs:
runs-on: ubuntu-latest
# Only publish to TestPyPi if the tag is a pre-release
# if: ${{ startsWith(github.ref, 'refs/tags/') && contains(github.ref, '-')}}

if: github.event_name == 'push'
environment:
name: testpypi
url: https://test.pypi.org/p/pyiceberg_core
Expand Down

0 comments on commit 9867dd2

Please sign in to comment.