Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run CI on all pull requests not just main. #922

Closed
Tracked by #921
ns-rse opened this issue Oct 1, 2024 · 0 comments · Fixed by #925
Closed
Tracked by #921

Run CI on all pull requests not just main. #922

ns-rse opened this issue Oct 1, 2024 · 0 comments · Fixed by #925
Assignees
Labels

Comments

@ns-rse
Copy link
Collaborator

ns-rse commented Oct 1, 2024

Remove the restriction of running tests only on main branch.

.github/workflows/tests.yaml

Currently

name: Tests (pytest)

on:
  pull_request:
    branches:
      - main

Should be

name: Tests (pytest)

on:
  pull_request:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant