Skip to content

ci: run conformance tests on pushes to main - #667

Draft
wangyb-A wants to merge 1 commit into
mainfrom
ci-conformance-run-on-main-push
Draft

ci: run conformance tests on pushes to main#667
wangyb-A wants to merge 1 commit into
mainfrom
ci-conformance-run-on-main-push

Conversation

@wangyb-A

Copy link
Copy Markdown
Contributor

Summary

Adds a push trigger for the main branch to the Conformance Tests workflow so the suite also runs after commits land on main, not only on pull requests.

Change

Under on:, a push: { branches: ["main"] } trigger is added immediately before the existing pull_request trigger.

Behavior

  • Conformance now runs on every push to main (e.g. after a PR merges), providing post-merge validation of the integrated state.
  • The existing pull_request trigger and its paths filters are unchanged, so PR-time path filtering behaves exactly as before.
  • workflow_dispatch, concurrency, and all jobs are untouched.

Note: the push trigger intentionally has no paths filter, so any push to main runs the suite.

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.

1 participant