Skip to content

Commit af140d5

Browse files
committed
ci: remove develop branch from workflow and documentation
1 parent fcce294 commit af140d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/postgresql-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- develop
7+
88
types: [opened, synchronize, reopened, edited]
99
workflow_dispatch:
1010
inputs:

docs/CI-CD-TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This document describes the automated testing workflow for the Bearsampp Postgre
99
The PostgreSQL testing workflow is triggered automatically on:
1010

1111
- **Pull Request Events**: When a PR is opened, synchronized (new commits pushed), reopened, or edited
12-
- Target branches: `main` or `develop`
12+
- Target branches: `main`
1313

1414
## Test Scope
1515

0 commit comments

Comments
 (0)