Skip to content

Make ORCID regex more permissive (#500) #96

Make ORCID regex more permissive (#500)

Make ORCID regex more permissive (#500) #96

name: run-migrations
on:
push:
branches:
- master
- develop
paths-ignore:
- '**up.sql'
- '**down.sql'
- '**db.rs'
pull_request:
paths-ignore:
- '**up.sql'
- '**down.sql'
- '**db.rs'
jobs:
run_migrations:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'