Feature/634 659 prevent changing work status back prevent post publication deletion #572
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"' |