Skip to content

Commit

Permalink
fix(ci): ensure we build on docker only modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Apr 2, 2021
1 parent 5de8497 commit 8878367
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -13,6 +13,8 @@ on:
- 'util/buildbot/**'
- 'util/ci/**'
- '.github/workflows/**.yml'
- 'Dockerfile'
- '.dockerignore'
pull_request:
paths:
- 'lib/**.[ch]'
Expand All @@ -24,6 +26,8 @@ on:
- 'util/buildbot/**'
- 'util/ci/**'
- '.github/workflows/**.yml'
- 'Dockerfile'
- '.dockerignore'

jobs:
# This is our minor gcc compiler
Expand Down

0 comments on commit 8878367

Please sign in to comment.