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

github actions: fix test job on pull requests #56

Merged
merged 1 commit into from
May 15, 2024
Merged

Conversation

rillian
Copy link
Contributor

@rillian rillian commented May 15, 2024

Fix a typo and be consistent about target branches. Earlier we weren't running tests on pull requests at all. Otherwise running against any target branch is fine.

@rillian rillian self-assigned this May 15, 2024
@rillian rillian requested a review from a team as a code owner May 15, 2024 23:27
Passing just `pull_request` as a trigger should run for
any target branch, but the indent was incorrect, hiding
the trigger from the test runner. Go back to running
on push for both supported branches, and for all pull
requests.
@rillian rillian changed the title github actions: run all jobs on both main branch pull requests github actions: fix test job on pull requests May 15, 2024
@antonok-edm antonok-edm merged commit e850592 into main May 15, 2024
4 checks passed
@antonok-edm antonok-edm deleted the ci-branches branch May 15, 2024 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants