Skip to content

Commit

Permalink
feat: update docker to not run when only some files changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Ballier committed Oct 6, 2023
1 parent 1bb406b commit f485a8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- "main"
paths-ignore:
- 'docs'
- '**.md'

jobs:
build_and_publish_image:
Expand Down

0 comments on commit f485a8c

Please sign in to comment.