Rework Contributor selection in Contribution form to avoid loading full list every time (#631) #521
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"' |