artifact on master branch only

This commit is contained in:
Sergey Linnik
2023-10-23 12:59:32 +03:00
parent 964aedf57b
commit 7257b0098e
8 changed files with 16 additions and 16 deletions

View File

@ -3,10 +3,10 @@ name: Artifact Java
on:
workflow_dispatch:
push:
branches: [master, main]
branches: [master]
paths: ['web/documentserver-example/java/**']
pull_request:
branches: [master, main]
branches: [master]
paths: ['web/documentserver-example/java/**']
jobs: