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 7e3088b commit dc4d39eCopy full SHA for dc4d39e
.github/workflows/build.yml
@@ -3,8 +3,10 @@ name: Build CI
3
on:
4
push:
5
branches: [ master ]
6
+ paths-ignore: [ '**.md', '**.MD' ]
7
pull_request:
8
9
10
11
env:
12
CI: true
.github/workflows/unit-test.yml
@@ -3,8 +3,10 @@ name: Unit Tests CI
0 commit comments