Skip to content

Commit

Permalink
Deploy Test II
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed May 24, 2024
1 parent 058bd47 commit 5d491e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
name: Deploy to PyPI
runs-on: ubuntu-latest
# Only from the origin repository, not forks; only main and tags.
if: github.repository_owner == 'tuda' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
if: github.repository_owner == 'tuda-geo' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))

steps:
# Checks-out your repository under $GITHUB_WORKSPACE
Expand Down

0 comments on commit 5d491e4

Please sign in to comment.