Skip to content

Commit 62de722

Browse files
committed
fix schema plan file content
1 parent da62596 commit 62de722

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/md/declarative/plan.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -544,13 +544,13 @@ on:
544544
branches:
545545
- master
546546
paths:
547-
- .github/workflows/atlas-plan.yaml
547+
- .github/workflows/schema-plan.yml
548548
- 'schema.sql'
549549
pull_request:
550550
branches:
551551
- master
552552
paths:
553-
- .github/workflows/atlas-plan.yaml
553+
- .github/workflows/schema-plan.yml
554554
- 'schema.sql'
555555
permissions:
556556
contents: read
@@ -609,13 +609,13 @@ on:
609609
branches:
610610
- master
611611
paths:
612-
- .github/workflows/atlas-schema.yaml
612+
- .github/workflows/atlas-schema.yml
613613
- 'schema.sql'
614614
pull_request:
615615
branches:
616616
- master
617617
paths:
618-
- .github/workflows/atlas-schema.yaml
618+
- .github/workflows/atlas-schema.yml
619619
- 'schema.sql'
620620
permissions:
621621
contents: read

0 commit comments

Comments
 (0)