mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-20 16:46:37 +08:00
fix: use https in CC BY URL and trigger site build on _data changes
This commit is contained in:
parent
5c166e8403
commit
297fd9864c
2 changed files with 3 additions and 1 deletions
2
.github/workflows/site.yml
vendored
2
.github/workflows/site.yml
vendored
|
|
@ -4,11 +4,13 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- site/**
|
- site/**
|
||||||
|
- _data/**
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- site/**
|
- site/**
|
||||||
|
- _data/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
site-build:
|
site-build:
|
||||||
|
|
|
||||||
2
LICENSE
2
LICENSE
|
|
@ -12,7 +12,7 @@ This repository uses a dual license:
|
||||||
|
|
||||||
Creative Commons Attribution 4.0 International License (CC BY 4.0)
|
Creative Commons Attribution 4.0 International License (CC BY 4.0)
|
||||||
|
|
||||||
http://creativecommons.org/licenses/by/4.0/
|
https://creativecommons.org/licenses/by/4.0/
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue