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*" - "v*"
tags: tags:
- "v*" - "v*"
paths: paths: # ignore changes to certain files
- '**' - '**'
- '!README.md' - '!*.md'
- '!.github/**' # - '!.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 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: branches:
- "main" # only PRs against main - "main" # only PRs against main