From 9f1411dc1e45caa31ae60c6d11cebc0e95c8918a Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Wed, 15 May 2024 14:23:53 +0200 Subject: [PATCH] Always check markdown, fix #61 --- .github/workflows/check_markdown.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/check_markdown.yaml b/.github/workflows/check_markdown.yaml index ea19658bd..b25c4eef0 100644 --- a/.github/workflows/check_markdown.yaml +++ b/.github/workflows/check_markdown.yaml @@ -5,15 +5,10 @@ name: Check markdown # 21st as the first letter of this repo is the 21st letter in the alphabet. on: push: - branches: - - 'issue_61' pull_request: - branches: - - 'issue_61' schedule: - cron: "0 0 21 * *" - jobs: check_markdown: