Skip to content

Commit a3aa215

Browse files
committed
Enable CI for fix/* branches and PRs to ros2 branch
- Add fix/** to push triggers - Enable pull_request trigger for main and ros2 branches
1 parent cb9bfc0 commit a3aa215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Python testing
44

55
on:
66
push:
7-
branches: [ "feature/2_semantic_python", "feature/**","dev/**" ]
8-
# pull_request:
9-
# branches: [ "main" ]
7+
branches: [ "feature/2_semantic_python", "feature/**", "dev/**", "fix/**" ]
8+
pull_request:
9+
branches: [ "main", "ros2" ]
1010

1111
permissions:
1212
contents: read

0 commit comments

Comments
 (0)