Ensure we don't trigger build or integration when adjusting docs only

Signed-off-by: Martijn van der Kleijn <martijn.niji@gmail.com>
This commit is contained in:
Martijn van der Kleijn 2024-06-15 22:39:47 +02:00
parent a61bd5aa85
commit 17f01278c2
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,8 @@ variables:
when:
- branch: main
event: push
path:
exclude: ['*.md', 'docs/**']
steps:
- name: build

View file

@ -4,6 +4,8 @@ variables:
when:
- branch: main
event: push
path:
exclude: ['*.md', 'docs/**']
steps:
- name: verify_connection