Skip to content

Commit 4bab234

Browse files
committed
resolving pre-mature workflow executions
1 parent 963ca38 commit 4bab234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-pg-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Python + pgTAP Integration (PG15-PG18)
22

33
on:
44
pull_request:
5+
types: [opened]
56
paths:
67
- pgFirstAid.sql
78
- view_pgFirstAid.sql
89
- view_pgFirstAid_managed.sql
910
- testing/integration/**
1011
- testing/pgTAP/**
1112
- .github/workflows/integration-pg-matrix.yml
12-
workflow_dispatch:
1313

1414
concurrency:
1515
group: integration-${{ github.ref }}

0 commit comments

Comments
 (0)