docker workflow: add paths-ignore section

This commit is contained in:
perennial 2024-08-13 23:28:20 +10:00
parent 36295a9b60
commit 0b8ddf77b7
No known key found for this signature in database
GPG key ID: 826BC6E6B83E08E7

View file

@ -7,6 +7,11 @@ on:
- master # Trigger on pushes to master branch
tags:
- '[0-9]+.[0-9]+.[0-9]+' # Trigger on semantic version tags
paths-ignore:
- 'Cargo.lock'
- 'LICENSE'
- 'README.md'
- 'docker-compose.yml'
workflow_dispatch: # Allow manual triggering of the workflow
# Define environment variables used throughout the workflow