From ae6c12bfe20d7385dae588bf72ab6b671e108959 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Thu, 4 Feb 2021 15:04:26 +0100 Subject: [PATCH] Trigger the markdown linter on Pull Requests --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5c4fec..6b1ddef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,9 @@ name: CI -on: - push: -# schedule: -# - cron: 0 0 * * * +on: [push, pull_request] jobs: - awesome-lint: + lint-markdown: runs-on: ubuntu-latest steps: