Skip to content

Commit c8677a8

Browse files
[CI] Updates trigger condition for dev_test_project workflow
1 parent 1cd67c3 commit c8677a8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: dev_test_project
22
on:
33
push:
44
branches: [main]
5+
paths: ["**.py", "**.c", "**.h", "**.toml", "*languages.json", "*MANIFEST.in"]
6+
pull_request:
7+
branches: [main]
8+
paths: ["**.py", "**.c", "**.h", "**.toml", "*languages.json", "*MANIFEST.in"]
9+
types: ["opened", "reopened", "synchronize"]
510

611
jobs:
712
test:

0 commit comments

Comments
 (0)