We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963ca38 commit 4bab234Copy full SHA for 4bab234
.github/workflows/integration-pg-matrix.yml
@@ -2,14 +2,14 @@ name: Python + pgTAP Integration (PG15-PG18)
2
3
on:
4
pull_request:
5
+ types: [opened]
6
paths:
7
- pgFirstAid.sql
8
- view_pgFirstAid.sql
9
- view_pgFirstAid_managed.sql
10
- testing/integration/**
11
- testing/pgTAP/**
12
- .github/workflows/integration-pg-matrix.yml
- workflow_dispatch:
13
14
concurrency:
15
group: integration-${{ github.ref }}
0 commit comments