mirror of
https://github.com/iv-org/inv_sig_helper.git
synced 2025-01-30 23:11:35 +01:00
docker workflow: add paths-ignore section
This commit is contained in:
parent
36295a9b60
commit
0b8ddf77b7
1 changed files with 5 additions and 0 deletions
5
.github/workflows/docker-build-push.yaml
vendored
5
.github/workflows/docker-build-push.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue