run docker workflow if its defition changed

This commit is contained in:
Ralf Vogler 2023-11-07 11:36:17 +01:00
parent 584130f5d1
commit 92ce3d405d

View file

@ -9,10 +9,10 @@ on:
- "v*"
tags:
- "v*"
paths:
paths: # ignore changes to certain files
- '**'
- '!README.md'
- '!.github/**'
- '!*.md'
# - '!.github/**'
pull_request: # runs when opened/reopned or when the head branch is updated, see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
branches:
- "main" # only PRs against main