Skip to content

Merge pull request #652 from biigle/php-cs-fixer #24

Merge pull request #652 from biigle/php-cs-fixer

Merge pull request #652 from biigle/php-cs-fixer #24

Workflow file for this run

name: Update Schema
on:
push:
branches:
- master
paths:
- 'database/migrations/**'
jobs:
update-schema:
runs-on: ubuntu-latest
steps:
- name: Trigger schema update
run: |
curl -X POST --fail \
-H "Authorization: token ${{ secrets.TOKEN }}" \
-H "Content-Type: application/json" \
--data '{"event_type": "build_application"}' \
https://api.github.com/repos/biigle/schema/dispatches