Skip to content

Commit

Permalink
fix: removes ci run on push to master
Browse files Browse the repository at this point in the history
this moves the ci run when there is a pull request on
the master branch, if this succeeds then it should be good
to merge changes into master

the publish action runs test before we push to pypi

note that pypi has a restriction where a filename cannot be used
https://pypi.org/help/#file-name-reuse
once it has been published, this means we will have a few rouge
alpha file releases to test the auto publish

for most use cases we should ignore the alpha releases as they
will be massive on the bleeding edge

refs #16
  • Loading branch information
devraj committed Jun 29, 2024
1 parent c371b8b commit 2c676fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: ci
run-name: Run tests by @${{ github.actor }}
on:
push:
branches:
- master
pull_request:
branches:
- master
Expand Down

0 comments on commit 2c676fe

Please sign in to comment.