fix: migration jobs should work
All checks were successful
gen-migrations / gen-migrations (push) Successful in 6s

This commit is contained in:
Orion Kindel 2023-07-20 12:14:08 -05:00
parent a30fe1db00
commit 6700413593
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: 'migrate-devel'
on: { push: { branches: ['migrations'] } }
on: { push: { branches: ['main'], paths: ['migrations'] } }
jobs:
migrate-devel:

View File

@ -1,5 +1,5 @@
name: 'migrate-stage'
on: { push: { branches: ['migrations'] } }
on: { push: { branches: ['main'], paths: ['migrations'] } }
jobs:
migrate-stage: