Skip to content

Merge pull request #502 from thoth-pub/feature/500_orcid_regex #97

Merge pull request #502 from thoth-pub/feature/500_orcid_regex

Merge pull request #502 from thoth-pub/feature/500_orcid_regex #97

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"'