mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
Clean up branch config overrides after completion
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user