Skip to content

Commit 946b813

Browse files
committed
fix CI
1 parent 6f0a4b9 commit 946b813

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Checks
2-
on:
3-
push:
4-
paths:
5-
- '**.md'
2+
# Triggered when code is pushed to any branch in a repository
3+
on: push
64

75
jobs:
86
markdown_checks:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Build](https://github.com/MerginMaps/docs/actions/workflows/dist-dev.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/dist-dev.yml)
2-
[![Dist DEV https://dev.merginmaps.com/docs](https://github.com/MerginMaps/docs/actions/workflows/dist-dev.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/dist-dev.yml)
3-
[![Dist PROD https://merginmaps.com/docs](https://github.com/MerginMaps/docs/actions/workflows/dist-prod.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/dist-prod.yml)
1+
[![Build and Test](https://github.com/MerginMaps/docs/actions/workflows/build.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/build.yml)
2+
[![Deploy DEV](https://github.com/MerginMaps/docs/actions/workflows/dist-dev.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/dist-dev.yml)
3+
[![Deploy PROD](https://github.com/MerginMaps/docs/actions/workflows/dist-prod.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/dist-prod.yml)
44
[![Markdown Checks](https://github.com/MerginMaps/docs/actions/workflows/checks.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/checks.yml)
55
[![Depedabot](https://github.com/MerginMaps/docs/actions/workflows/depedabot.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/depedabot.yml)
66

0 commit comments

Comments
 (0)