Skip to content

Refactor phpunit dataprovider to be static (#7419) #1806

Refactor phpunit dataprovider to be static (#7419)

Refactor phpunit dataprovider to be static (#7419) #1806

name: Trigger styleguide build
on:
push:
branches:
- '2.x'
- '2.[0-9]+'
jobs:
trigger-styleguide-build:
name: Trigger styleguide build
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Trigger styleguide build
uses: benc-uk/workflow-dispatch@v1
with:
repo: sulu/sulu-javascript-docs
ref: master
workflow: Update Documentation
token: ${{ secrets.SULU_USER_ACCESS_TOKEN }}