Skip to content

Commit

Permalink
Fix CI branch protections
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Jan 30, 2024
1 parent c44bb0a commit 2eb9b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
permissions:
id-token: write
if: |
github.repository == 'MDAnalysis/hole2-mdakit' &&
github.repository == 'MDAnalysis/mdahole2' &&
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))
name: Build, upload and test pure Python wheels to TestPyPi
runs-on: ubuntu-latest
Expand All @@ -38,7 +38,7 @@ jobs:
permissions:
id-token: write
if: |
github.repository == 'MDAnalysis/hole2-mdakit' &&
github.repository == 'MDAnalysis/mdahole2' &&
(github.event_name == 'release' && github.event.action == 'published')
name: Build, upload and test pure Python wheels to PyPi
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2eb9b71

Please sign in to comment.