ci: trigger server.yml on some more paths

pull/6350/head
Niklas Fiekas 2020-04-08 11:02:18 +02:00
parent 83be784bd0
commit f862cd7901
2 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,9 @@ on:
- 'project/**'
- 'translation/**'
- 'build.sbt'
- 'lila'
- 'conf/application.conf.default'
- '.sbtopts.default'
branches-ignore:
- 'l10n_master'
pull_request:
@ -21,6 +24,9 @@ on:
- 'project/**'
- 'translation/source/**'
- 'build.sbt'
- 'lila'
- 'conf/application.conf.default'
- '.sbtopts.default'
jobs:
openjdk13:

View File

@ -27,6 +27,9 @@ SERVER_FILES = [
"project",
"translation",
"build.sbt",
"lila",
"conf/application.conf.default",
".sbtopts.default",
]
ASSETS_BUILD_URL = "https://api.github.com/repos/ornicar/lila/actions/workflows/assets.yml/runs"