Switch to using workflow_dispatch for PostgreSQL tests

This commit is contained in:
Marcus Moore 2024-06-10 10:24:10 -07:00
parent 6c296ccf8e
commit 5c0ca92fd7
No known key found for this signature in database

View file

@ -1,11 +1,6 @@
name: Tests in Postgres
on:
push:
branches:
- master
- develop
pull_request:
on: workflow_dispatch
jobs:
tests: