mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 02:46:59 +08:00
oops
This commit is contained in:
parent
96731e7ee2
commit
79f4055dbb
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -2,13 +2,13 @@ name: Promtool check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
path:
|
paths:
|
||||||
- _data
|
- _data/**
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
path:
|
paths:
|
||||||
- _data
|
- _data/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
promtool-check:
|
promtool-check:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue