Skip to content

Commit 0ebf9e7

Browse files
authored
Update main.yml
Disable checks for docs updates
1 parent 5af32e4 commit 0ebf9e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
name: CI
55

6-
on: [pull_request]
6+
on:
7+
pull_request:
8+
paths-ignore: docs/**
79

810
jobs:
911
unit-tests:

0 commit comments

Comments
 (0)