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

ci: update test workflow triggers to include PRs. #1818

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

cpu
Copy link
Contributor

@cpu cpu commented Aug 3, 2023

This branch updates the test.yml GitHub workflow's triggers to include pull_request in addition to push. This will ensure that when a pull request is opened the CI tasks are run and check statuses added to the PR.

I overlooked this in my earlier CI cleanup PR and noticed this wasn't happening when I opened #1817.

Without an update to the repository settings to enable branch protection rules (recommended) these will not be blocking checks.

This commit updates the `test.yml` GitHub workflow's triggers to include
`pull_request` in addition to `push`. This will ensure that when a pull
request is opened the CI tasks are run and check statuses added to the
PR.

Without an update to the repository settings to enable branch protection
rules these will not be _blocking_ checks.
@weppos
Copy link
Member

weppos commented Aug 4, 2023

Thanks @cpu

@weppos weppos merged commit 7fa8a3d into publicsuffix:master Aug 4, 2023
1 check passed
@cpu cpu deleted the cpu-run-test-on-prs branch August 4, 2023 10:35
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