Skip to content

Commit

Permalink
CI Automation - Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kianwasabi committed Nov 12, 2023
1 parent e980c1e commit 3118052
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codegenerator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: CI-CD CommonAPI Code Generator

on:
push:
branches: [ "main" ]
branches: [ "car_control" ]
paths:
- 'fidl/**.fidl'
- 'fidl/**.fdepl'
Expand Down
2 changes: 1 addition & 1 deletion fidl/carcontrol.fdepl
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ define org.genivi.commonapi.someip.deployment for provider as Service {
SomeIpReliableUnicastPort = 40010
SomeIpUnreliableUnicastPort = 40011
}
}
}
2 changes: 1 addition & 1 deletion fidl/carcontrol.fidl
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ interface CarControl {
Boolean accepted
}
}
}
}

0 comments on commit 3118052

Please sign in to comment.