Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c17f929

Browse files
Updated workflows
1 parent a6ca566 commit c17f929

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/validate-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Validate Documentation
33
on:
44
push:
55
paths:
6-
- "documentation/**"
6+
- documentation/**
77
pull_request:
88
paths:
9-
- "documentation/**"
9+
- documentation/**
1010

1111
jobs:
1212
main:

.github/workflows/validate-module.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Validate Module
33
on:
44
push:
55
paths-ignore:
6-
- "documentation/**"
6+
- documentation/**
77
pull_request:
88
paths-ignore:
9-
- "documentation/**"
9+
- documentation/**
1010

1111
jobs:
1212
main:

0 commit comments

Comments
 (0)