mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Switch to using workflow_dispatch for PostgreSQL tests
This commit is contained in:
parent
6c296ccf8e
commit
5c0ca92fd7
7
.github/workflows/tests-postgres.yml
vendored
7
.github/workflows/tests-postgres.yml
vendored
|
@ -1,11 +1,6 @@
|
|||
name: Tests in Postgres
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
Loading…
Reference in a new issue