ci: skip ci workflow on only documentation changes

This commit is contained in:
Dundar Göc 2022-02-21 10:12:07 +01:00
parent 726ec7fb17
commit 07a5a85323

View File

@ -9,6 +9,8 @@ on:
branches:
- 'master'
- 'release-[0-9]+.[0-9]+'
paths-ignore:
- 'runtime/doc/*'
# Cancel any in-progress CI runs for a PR if it is updated
concurrency: