Skip to content

Commit e59c998

Browse files
committed
chore(ci): specify branch for tests
1 parent ab7fb55 commit e59c998

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Testing taskiq-psqlpy
22

33
on:
44
pull_request:
5+
branches: [ main ]
56
paths-ignore:
67
- '*.md'
78
push:
9+
branches: [ main ]
810
paths-ignore:
911
- '*.md'
1012

@@ -46,7 +48,7 @@ jobs:
4648
username: taskiq_psqlpy
4749
password: look_in_vault
4850
database: taskiq_psqlpy
49-
postgres-version: "${{ postgres-version }}"
51+
postgres-version: "${{ matrix.postgres_version }}"
5052
id: postgres
5153
- name: Set up uv and enable cache
5254
id: setup-uv

0 commit comments

Comments
 (0)