We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570b5f4 commit a8e491cCopy full SHA for a8e491c
1 file changed
.github/workflows/ci.yml
@@ -1,6 +1,12 @@
1
name: CI
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ paths-ignore:
6
+ - '**/*.md'
7
+ pull_request:
8
9
10
11
jobs:
12
0 commit comments