diff --git a/.github/workflows/artifact-php-laravel.yml b/.github/workflows/artifact-php-laravel.yml index 47d32440..9f08e961 100644 --- a/.github/workflows/artifact-php-laravel.yml +++ b/.github/workflows/artifact-php-laravel.yml @@ -1,6 +1,13 @@ name: Artifact PHP Laravel -on: [push] +on: + workflow_dispatch: + push: + branches: [master] + paths: ['web/documentserver-example/php-laravel/**'] + pull_request: + branches: [master] + paths: ['web/documentserver-example/php-laravel/**'] jobs: artifact: