Skip to content

Commit d461a01

Browse files
committed
docs: README.md
1 parent d99a2ad commit d461a01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ Plan workflows automatically:
1515
- Post the migration plan as a comment on the PR
1616
- Update the comment if the PR is synchronized with new changes
1717

18-
### Apply Workflows (Main Branch)
18+
### Apply Workflows (Merged Pull Requests)
1919

2020
- **Single File Apply** - Applies schema changes for single-file approach
2121
- **Multi File Apply** - Applies schema changes for multi-file approach
2222

2323
Apply workflows automatically:
2424

25-
- Run `pgschema apply` when changes are pushed to main branch
25+
- Run `pgschema apply` when pull requests are merged to main branch
2626
- Use `--auto-approve` flag for automated deployment
2727
- Apply changes to a test PostgreSQL 17 container
28-
- Report success or failure with detailed logs
28+
- Comment on the PR with success or failure results and detailed logs
2929

3030
## Setup
3131

0 commit comments

Comments
 (0)