Browse Source

Updated documentation.yml

pull/127/head
weisj 5 years ago
parent
commit
cae41bf654
  1. 4
      .github/workflows/documentation.yml

4
.github/workflows/documentation.yml

@ -2,10 +2,10 @@ name: Documentation
on:
push:
paths:
- '**.properties'
- '*'
pull_request:
paths:
- '**.properties'
- '*'
jobs:
gradle:

Loading…
Cancel
Save