Skip to content

Commit

Permalink
fix schema plan file content
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenlu committed Sep 25, 2024
1 parent da62596 commit 62de722
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/md/declarative/plan.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -544,13 +544,13 @@ on:
branches:
- master
paths:
- .github/workflows/atlas-plan.yaml
- .github/workflows/schema-plan.yml
- 'schema.sql'
pull_request:
branches:
- master
paths:
- .github/workflows/atlas-plan.yaml
- .github/workflows/schema-plan.yml
- 'schema.sql'
permissions:
contents: read
Expand Down Expand Up @@ -609,13 +609,13 @@ on:
branches:
- master
paths:
- .github/workflows/atlas-schema.yaml
- .github/workflows/atlas-schema.yml
- 'schema.sql'
pull_request:
branches:
- master
paths:
- .github/workflows/atlas-schema.yaml
- .github/workflows/atlas-schema.yml
- 'schema.sql'
permissions:
contents: read
Expand Down

0 comments on commit 62de722

Please sign in to comment.