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:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
event: push
|
event: push
|
||||||
|
path:
|
||||||
|
exclude: ['*.md', 'docs/**']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
|
|
|
@ -4,6 +4,8 @@ variables:
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
event: push
|
event: push
|
||||||
|
path:
|
||||||
|
exclude: ['*.md', 'docs/**']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: verify_connection
|
- name: verify_connection
|
||||||
|
|
Loading…
Reference in a new issue