Skip to content

Commit f596c2b

Browse files
committed
ci: drop the temporary feat/postgres triggers
The extra branch filters existed so the stacked PostgreSQL PRs (which targeted feat/postgres instead of main) got the full pipeline. All of those PRs have merged, and this umbrella PR is covered by the original main filter, so the addition now only produces duplicate runs (the push-triggered run plus this PR's synchronize run on every merge).
1 parent 9de035e commit f596c2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: CI
55

66
on:
77
push:
8-
branches: [main, feat/postgres]
8+
branches: [main]
99
pull_request:
10-
branches: [main, feat/postgres]
10+
branches: [main]
1111

1212
permissions:
1313
pull-requests: write

0 commit comments

Comments
 (0)