Exclude certain paths from docker publish workflow (#10884)

This commit is contained in:
Luke Heath 2023-04-06 11:49:11 -05:00 committed by GitHub
parent c6c5e6c61b
commit 689d6ddffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,16 @@
name: Docker publish
on: push
on:
push:
paths-ignore:
- 'handbook/**'
- 'website/**'
- 'mdm-profiles/**'
pull_request:
paths-ignore:
- 'handbook/**'
- 'website/**'
- 'mdm-profiles/**'
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency: