fix: migration jobs should work
All checks were successful
gen-migrations / gen-migrations (push) Successful in 6s
All checks were successful
gen-migrations / gen-migrations (push) Successful in 6s
This commit is contained in:
parent
a30fe1db00
commit
6700413593
@ -1,5 +1,5 @@
|
|||||||
name: 'migrate-devel'
|
name: 'migrate-devel'
|
||||||
on: { push: { branches: ['migrations'] } }
|
on: { push: { branches: ['main'], paths: ['migrations'] } }
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
migrate-devel:
|
migrate-devel:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: 'migrate-stage'
|
name: 'migrate-stage'
|
||||||
on: { push: { branches: ['migrations'] } }
|
on: { push: { branches: ['main'], paths: ['migrations'] } }
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
migrate-stage:
|
migrate-stage:
|
||||||
|
Loading…
Reference in New Issue
Block a user