Skip to content

Commit

Permalink
Only run verify release step on main branch
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Searles-Bryant <[email protected]>
  • Loading branch information
meshy and samueljsb committed May 7, 2024
1 parent 62ccf5c commit d217d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Verify versions
runs-on: ubuntu-22.04
timeout-minutes: 5
if: github.repository_owner == 'kraken-tech' # && github.ref == 'refs/heads/main'
if: github.repository_owner == 'kraken-tech' && github.ref == 'refs/heads/main'

steps:
- name: Clone the code
Expand Down

0 comments on commit d217d3f

Please sign in to comment.