Skip to content

Commit 61c1807

Browse files
author
Test User
committed
Trigger CI for PRs to main
Signed-off-by: Test User <test@example.com>
1 parent 40bb8fa commit 61c1807

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-rust-python-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: CI Rust Python Package Plugins
22

33
on:
44
push:
5-
branches: [main]
65
paths:
76
- "Cargo.toml"
87
- "Cargo.lock"
@@ -16,6 +15,7 @@ on:
1615
- "DEVELOPING.md"
1716
- "TESTING.md"
1817
pull_request:
18+
branches: [main]
1919
paths:
2020
- "Cargo.toml"
2121
- "Cargo.lock"

tests/test_plugin_catalog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ def test_ci_workflow_uses_make_targets_for_plugin_checks(self) -> None:
271271
workflow = (
272272
REPO_ROOT / ".github" / "workflows" / "ci-rust-python-package.yaml"
273273
).read_text()
274+
self.assertIn("pull_request:\n branches: [main]", workflow)
274275
self.assertNotIn("Validate plugin catalog", workflow)
275276
self.assertIn("run: make ci", workflow)
276277
self.assertIn("tools/plugin_catalog.py ci-selection", workflow)

0 commit comments

Comments
 (0)