run docker workflow if its defition changed
This commit is contained in:
parent
584130f5d1
commit
92ce3d405d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue