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'
|
||||
on: { push: { branches: ['migrations'] } }
|
||||
on: { push: { branches: ['main'], paths: ['migrations'] } }
|
||||
|
||||
jobs:
|
||||
migrate-devel:
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: 'migrate-stage'
|
||||
on: { push: { branches: ['migrations'] } }
|
||||
on: { push: { branches: ['main'], paths: ['migrations'] } }
|
||||
|
||||
jobs:
|
||||
migrate-stage:
|
||||
|
Loading…
Reference in New Issue
Block a user