ci: Don't rebuild images on doc only changes

This commit is contained in:
Timothée Ravier 2023-11-09 12:51:34 +01:00
parent 306b87c611
commit cd3031a795
2 changed files with 6 additions and 3 deletions

View File

@ -1,10 +1,11 @@
name: ci
on:
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
jobs:
build-image:

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
workflow_dispatch: