Skip to content

Commit

Permalink
Avoid double pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Baekalfen committed Oct 19, 2023
1 parent 28bb109 commit 6ad7a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
pull_request:
release:
types: [published, prereleased]
types: [published]

jobs:
test_cython:
Expand Down

0 comments on commit 6ad7a2f

Please sign in to comment.