Skip to content

Commit

Permalink
Also run docker CI when requirements change (#2347)
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter authored Sep 20, 2021
1 parent 82eca13 commit fff5ba0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ on:
paths:
- 'docker/**'
- '.github/workflows/**'
- 'requirements*.txt'
- 'platformio.ini'

pull_request:
paths:
- 'docker/**'
- '.github/workflows/**'
- 'requirements*.txt'
- 'platformio.ini'

jobs:
check-docker:
Expand Down

0 comments on commit fff5ba0

Please sign in to comment.