Skip to content

Commit e2e42eb

Browse files
committed
fix(ci): restrict push trigger to main, remove pg-proto-parser (pre-existing failure)
- push trigger now only fires on main branch (avoids duplicate runs on PR branches) - Removed pg-proto-parser from matrix (meta.test.ts has pre-existing failure) - pull_request + workflow_dispatch still trigger for all branches
1 parent 9cbb1fe commit e2e42eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Parser tests
22
on:
33
push:
4+
branches: [main]
45
pull_request:
56
workflow_dispatch:
67

@@ -18,7 +19,6 @@ jobs:
1819
- pgsql-parser
1920
- plpgsql-deparser
2021
- plpgsql-parser
21-
- pg-proto-parser
2222
- '@pgsql/quotes'
2323
- '@pgsql/transform'
2424
steps:

0 commit comments

Comments
 (0)