Tune CI triggers (#444)

* Use commong CI triggers for all workflows

* Tune CI triggers, fix version tag regex

* Escape regex
This commit is contained in:
Artem Gavrilov
2024-04-18 16:52:36 +02:00
committed by GitHub
parent e3d6dc4af7
commit 2ebd163225
25 changed files with 168 additions and 25 deletions

View File

@@ -1,5 +1,11 @@
name: postgresql-14-ppg-package
on: [push]
on:
pull_request:
push:
branches:
- main
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
jobs:
build: