We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebf9e7 commit 771e594Copy full SHA for 771e594
.github/workflows/main.yml
@@ -5,7 +5,8 @@ name: CI
5
6
on:
7
pull_request:
8
- paths-ignore: docs/**
+ paths-ignore:
9
+ - 'docs/**'
10
11
jobs:
12
unit-tests:
0 commit comments