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:
parent
a61bd5aa85
commit
17f01278c2
2 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,8 @@ variables:
|
|||
when:
|
||||
- branch: main
|
||||
event: push
|
||||
path:
|
||||
exclude: ['*.md', 'docs/**']
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
|
|
|
@ -4,6 +4,8 @@ variables:
|
|||
when:
|
||||
- branch: main
|
||||
event: push
|
||||
path:
|
||||
exclude: ['*.md', 'docs/**']
|
||||
|
||||
steps:
|
||||
- name: verify_connection
|
||||
|
|
Loading…
Reference in a new issue