mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user