Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-abarzua committed Nov 15, 2023
1 parent 72c7e85 commit da03482
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
paths:
- 'backend/**'
workflow_dispatch:

jobs:
build-test:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/controller-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@

<<<<<<< HEAD
name: General Arm Ci
=======
name: Controller and Firmware tests CI
>>>>>>> 52c974d (chore: update ci)

on:
push:
paths:
- 'firmware/**'
- 'controller/**'
workflow_dispatch:

jobs:
build-test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/firmware-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
paths:
- 'firmware/**'
workflow_dispatch:


jobs:
linux-build:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/frontend-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@

<<<<<<< HEAD
name: General Arm Ci
=======
name: Frontend CI
>>>>>>> 52c974d (chore: update ci)

on:
push:
paths:
- 'frontend/**'
workflow_dispatch:

jobs:
build-test:
Expand Down

0 comments on commit da03482

Please sign in to comment.