Change docker workflow to exclude preview workflows

- changed the docker workflow to exclude preview workflows from causing the docker workflow to run again
This commit is contained in:
brecert
2021-09-14 00:26:18 -04:00
parent 951a773b2c
commit cdf900d08b

View File

@@ -9,6 +9,7 @@ on:
paths-ignore: paths-ignore:
- ".github/**" - ".github/**"
- "!.github/workflows/docker.yml" - "!.github/workflows/docker.yml"
- "!.github/workflows/preview_*.yml"
- ".vscode/**" - ".vscode/**"
- ".gitignore" - ".gitignore"
- ".gitlab-ci.yml" - ".gitlab-ci.yml"