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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user