mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
9
.github/workflows/artifact-php-laravel.yml
vendored
9
.github/workflows/artifact-php-laravel.yml
vendored
@ -1,6 +1,13 @@
|
|||||||
name: Artifact PHP Laravel
|
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:
|
jobs:
|
||||||
artifact:
|
artifact:
|
||||||
|
|||||||
Reference in New Issue
Block a user