We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7fb55 commit bcfcf15Copy full SHA for bcfcf15
1 file changed
.github/workflows/test.yaml
@@ -2,9 +2,11 @@ name: Testing taskiq-psqlpy
2
3
on:
4
pull_request:
5
+ branches: [ main ]
6
paths-ignore:
7
- '*.md'
8
push:
9
10
11
12
@@ -46,7 +48,7 @@ jobs:
46
48
username: taskiq_psqlpy
47
49
password: look_in_vault
50
database: taskiq_psqlpy
- postgres-version: "${{ postgres-version }}"
51
+ postgres-version: "${{ postgres_version }}"
52
id: postgres
53
- name: Set up uv and enable cache
54
id: setup-uv
0 commit comments