We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1dbfb8 commit 00ddf70Copy full SHA for 00ddf70
.github/workflows/CI.yml
@@ -1,6 +1,10 @@
1
name: CI
2
3
-on: push
+on:
4
+ push:
5
+ paths-ignore:
6
+ - 'docs/**'
7
+ - '.github/**'
8
9
env:
10
VERSION: 1337.0.0
0 commit comments