Skip to content

Commit a529930

Browse files
ci(check-link): triggar validação de links apenas ao alterar arquivos .md em PR e push
1 parent f4576f5 commit a529930

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-link.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ on:
55
- cron: "0 */4 * * *"
66
workflow_dispatch:
77
push:
8+
paths:
9+
- '**.md'
810
pull_request:
11+
paths:
12+
- '**.md'
913

1014
jobs:
1115
check-link:

0 commit comments

Comments
 (0)