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 name: ci
on: on:
pull_request: pull_request:
branches: branches:
- main - main
paths-ignore:
- 'docs/**'
jobs: jobs:
build-image: build-image:

View File

@ -3,7 +3,9 @@ name: publish-image
on: on:
push: push:
branches: branches:
- main - main
paths-ignore:
- 'docs/**'
workflow_dispatch: workflow_dispatch: