File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
2323Apply 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
You can’t perform that action at this time.
0 commit comments