Skip to content

Commit

Permalink
Added 'platformio.ini' as a trigger to all workflow items.
Browse files Browse the repository at this point in the history
  • Loading branch information
red-scorp committed Jan 9, 2024
1 parent 2bf8324 commit bebb21a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
paths:
- '.github/workflows/**'
- 'ag-panel/**'
- 'platformio.ini'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
paths:
- '.github/workflows/**'
- 'ag-panel/**'
- 'platformio.ini'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- '.github/workflows/**'
- 'ag-panel/**'
- 'test/**'
- 'platformio.ini'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit bebb21a

Please sign in to comment.