Closed jeffjennings closed 1 year ago
Updates tests and docs_build github actions to only run on pull_request -- this should ensure tests run on branches of the main repo and on PRs from forks. It should also ensure tests only run once per PR event.
tests
docs_build
pull_request
Since this doesn't have #179, the tests are still failing. Once both are merged, I believe everything should work.
Updates
tests
anddocs_build
github actions to only run onpull_request
-- this should ensure tests run on branches of the main repo and on PRs from forks. It should also ensure tests only run once per PR event.