Update github workflow

This commit is contained in:
xbgmsharp
2023-07-12 17:02:02 +02:00
parent 4a0f4c77ca
commit dfdc54062d
2 changed files with 6 additions and 4 deletions

View File

@@ -1,12 +1,16 @@
name: PostgSail DB Tests docker & sql schema
on:
pull_request:
paths:
- 'initdb/**'
branches:
- 'main'
push:
branches:
- 'main'
paths:
- 'initdb/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs: