mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44: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
|
name: Tests in Postgres
|
||||||
|
|
||||||
on:
|
on: workflow_dispatch
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- develop
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
|
Loading…
Reference in a new issue