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: on:
push: push:
paths: paths:
- '**.properties' - '*'
pull_request: pull_request:
paths: paths:
- '**.properties' - '*'
jobs: jobs:
gradle: gradle:

Loading…
Cancel
Save