Clean up branch config overrides after completion

This commit is contained in:
Konstantin Wohlwend
2026-01-23 16:47:19 -08:00
parent 15b5336258
commit 70ead41121
2 changed files with 39 additions and 3 deletions
@@ -2,14 +2,13 @@ name: DB migrations are backwards-compatible with main branch
on:
push:
branches:
branches-ignore:
- main
- dev
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dev' }}
cancel-in-progress: ${{ github.ref != 'refs/heads/dev' }}
jobs:
check-migrations-changed: